Files
2018-02-02 04:16:08 -05:00

6 lines
80 B
Python
Executable File

#!/usr/bin/env python
import serve
if __name__ == "__main__":
serve.main()