gaisen/app.py

5 lines
62 B
Python
Raw Normal View History

2024-02-24 05:46:16 +00:00
from src import app
if __name__ == "__main__":
app.run()