2 lines
46 B
Python
2 lines
46 B
Python
from . import socketio, app
|
|
socketio.run(app)
|
from . import socketio, app
|
|
socketio.run(app)
|