mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01: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