forked from mirrors/thatmattlove-hyperglass
7 lines
135 B
Python
7 lines
135 B
Python
from hyperglass.hyperglass import app
|
|
|
|
application = app
|
|
|
|
if __name__ == "__main__":
|
|
application.renderCSS()
|
|
application.run()
|