Revision b530caf68b231b3f4ce2e7ba249bdefc412b3e3e authored by youennf on 13 October 2016, 10:50:38 UTC, committed by Josh Matthews on 13 October 2016, 10:50:38 UTC
1 parent 8239344
Raw File
serve
#!/usr/bin/env python
import serve

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