shortdeck1.3:ui and fix
This commit is contained in:
7
shortdeck_server/__init__.py
Normal file
7
shortdeck_server/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .arena_adapter import ArenaGame
|
||||
from .persistence import append_game_history
|
||||
|
||||
__all__ = [
|
||||
"ArenaGame",
|
||||
"append_game_history"
|
||||
]
|
||||
Reference in New Issue
Block a user