Files
TornActivityTracker/run.py
2025-02-06 23:27:30 +01:00

4 lines
90 B
Python

from app.app import app
if __name__ == '__main__':
app.run(debug=True, threaded=True)