dashboard/run.py
2024-01-29 00:47:13 +01:00

5 lines
76 B
Python

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