mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-04-29 00:24:34 +02:00
WIP: part 4 of module 6
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .spellbook import record_spell
|
||||
from .validator import validate_ingredients
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Master Pythonicus"
|
||||
__all__ = ["record_spell", "validate_ingredients"]
|
||||
Reference in New Issue
Block a user