from .Card import Card from .CreatureCard import CreatureCard __version__ = "1.0.0" __author__ = "moi" __all__ = ["Card", "CreatureCard"]