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