1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Kfet-depreciated/main.py

4 lines
49 B
Python
Raw Normal View History

2020-01-26 21:24:49 +01:00
from app import app, socketio
socketio.run(app)