Files
42-Piscine_Python/06/alchemy/__init__.py
2026-02-13 16:31:10 +01:00

6 lines
146 B
Python

from .elements import create_fire, create_water
__version__ = "1.0.0"
__author__ = "Master Pythonicus"
__all__ = [create_fire(), create_water()]