1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/hyperglass/wsgi.py
2019-05-11 23:28:13 -07:00

6 lines
107 B
Python

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