Revision 322a0d9b5c7d79d4da4fc7ebd0c6bc60a7effe74 authored by Hallvord Reiar M. Steen on 21 June 2016, 13:44:08 UTC, committed by Hallvord Reiar M. Steen on 21 June 2016, 13:44:08 UTC
1 parent f00e7a4
Raw File
serve
#!/usr/bin/env python
import serve

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