Smarter/smarter/__main__.py
2025-04-12 19:39:40 +03:00

2 lines
46 B
Python

from . import socketio, app
socketio.run(app)