Toloka2WebV2/run.py

3 lines
55 B
Python
Raw Normal View History

2024-09-23 12:15:53 -04:00
from app import app
2025-02-05 06:30:25 -05:00
app.run(host="0.0.0.0", port=5000)