mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
7 lines
187 B
Python
7 lines
187 B
Python
from .spellbook import record_spell
|
|
from .validator import validate_ingredients
|
|
|
|
__version__ = "1.0.0"
|
|
__author__ = "Master Pythonicus"
|
|
__all__ = ["record_spell", "validate_ingredients"]
|