Revision cd87b0d622d55379c229f8c8ea248b39575ad735 authored by Bob Holt on 17 February 2017, 14:24:27 UTC, committed by Michael[tm] Smith on 21 February 2017, 21:12:50 UTC
1 parent f3921a2
Raw File
serve
#!/usr/bin/env python
import serve

if __name__ == "__main__":
    serve.main()
back to top