from . import ArtifactCard, Deck, SpellCard __version__ = "1.0.0" __author__ = "David GAILLETON" __all__ = ["ArtifactCard", "Deck", "SpellCard"]