chore(signalr): move to app/
This commit is contained in:
6
app/signalr/hub/multiplayer.py
Normal file
6
app/signalr/hub/multiplayer.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .hub import Hub
|
||||
|
||||
|
||||
class MultiplayerHub(Hub): ...
|
||||
Reference in New Issue
Block a user