Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -10,8 +10,6 @@ import asyncio
|
|
| 10 |
import json
|
| 11 |
|
| 12 |
app = FastAPI(title="Deepcastle Engine API")
|
| 13 |
-
|
| 14 |
-
# βββ Multiplaying / Challenge Manager ββββββββββββββββββββββββββββββββββββββββββ
|
| 15 |
class ConnectionManager:
|
| 16 |
def __init__(self):
|
| 17 |
# match_id -> list of websockets
|
|
|
|
| 10 |
import json
|
| 11 |
|
| 12 |
app = FastAPI(title="Deepcastle Engine API")
|
|
|
|
|
|
|
| 13 |
class ConnectionManager:
|
| 14 |
def __init__(self):
|
| 15 |
# match_id -> list of websockets
|