1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00
thatmattlove-hyperglass/hyperglass/wsgi.py
2019-05-12 19:22:17 -07:00

7 lines
135 B
Python

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