5 lines
85 B
Python
5 lines
85 B
Python
from astra_os import app, socketio
|
|
|
|
if __name__ == "__main__":
|
|
socketio.run(app)
|