Files
2025-06-27 19:46:46 +02:00

5 lines
67 B
Python

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