mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
4 lines
53 B
Python
4 lines
53 B
Python
import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run()
|