Files
qivip/django/play/consumers/__init__.py
Juhn-Vitus Saß 3637edce33 Initial Game Logic
2025-04-06 15:57:27 +02:00

4 lines
59 B
Python

from .game import GameConsumer
__all__ = ['GameConsumer']