mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-04-29 00:24:34 +02:00
module 7 01 WIP
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from . import ArtifactCard, Deck, SpellCard
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "David GAILLETON"
|
||||
__all__ = ["ArtifactCard", "Deck", "SpellCard"]
|
||||
|
||||
Reference in New Issue
Block a user