mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-02-07 17:58:24 +00:00
7 lines
135 B
Python
7 lines
135 B
Python
from hyperglass.hyperglass import app
|
|
|
|
application = app
|
|
|
|
if __name__ == "__main__":
|
|
application.renderCSS()
|
|
application.run()
|