part 3 of module 06

This commit is contained in:
2026-02-13 17:50:38 +01:00
parent aa8767f46d
commit 545da90c08
5 changed files with 80 additions and 1 deletions

View File

@@ -2,4 +2,4 @@ from .elements import create_fire, create_water
__version__ = "1.0.0"
__author__ = "Master Pythonicus"
__all__ = [create_fire(), create_water()]
__all__ = ["create_fire", "create_water"]