lookingglass/hyperglass/wsgi.py
2019-05-11 23:22:27 -07:00

4 lines
53 B
Python

import app
if __name__ == "__main__":
app.run()