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