Toloka2WebV2/run.py

3 lines
39 B
Python
Raw Normal View History

2024-09-23 12:15:53 -04:00
from app import app
app.run(port=5000)