1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

7 lines
107 B
Python
Raw Normal View History

2019-05-11 23:28:13 -07:00
from hyperglass.hyperglass import app
application = app
2019-05-11 23:22:27 -07:00
if __name__ == "__main__":
2019-05-11 23:28:13 -07:00
application.run()