Revision 41131cd8d6fe71b3a4b470a054070b9e54287882 authored by Michael[tm] Smith on 26 October 2016, 02:51:07 UTC, committed by Michael[tm] Smith on 26 October 2016, 05:56:50 UTC
1 parent 0acd8f6
Raw File
serve
#!/usr/bin/env python
import serve

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