7 lines
90 B
Python
7 lines
90 B
Python
from __future__ import annotations
|
|
|
|
from .hub import Hub
|
|
|
|
|
|
class MultiplayerHub(Hub): ...
|