gaisen/app.py

5 lines
62 B
Python
Executable File

from src import app
if __name__ == "__main__":
app.run()