Files
tutor-tool/run.py
2025-04-25 18:37:37 +02:00

7 lines
89 B
Python

from app import create_app
app = create_app()
if __name__ == '__main__':
app.run()