mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
7 lines
139 B
Python
7 lines
139 B
Python
from .Card import Card
|
|
from .CreatureCard import CreatureCard
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "moi"
|
|
__all__ = ["Card", "CreatureCard"]
|