module 7 01 WIP

This commit is contained in:
2026-02-28 14:45:21 +01:00
parent 4ca187647c
commit 2cb7f24a8e
4 changed files with 55 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
from . import ArtifactCard, Deck, SpellCard
__version__ = "1.0.0"
__author__ = "David GAILLETON"
__all__ = ["ArtifactCard", "Deck", "SpellCard"]