From: Axy Date: Mon, 19 Jan 2026 16:37:26 +0000 (+0100) Subject: Refactor: Ensure exact compliance with Sacred Scroll requirements X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;p=axy%2Fft%2Fpython06.git Refactor: Ensure exact compliance with Sacred Scroll requirements --- diff --git a/alchemy/__init__.py b/alchemy/__init__.py index 752c232..361d760 100644 --- a/alchemy/__init__.py +++ b/alchemy/__init__.py @@ -1,4 +1,4 @@ -from .elements import create_fire, create_water # noqa: F401 - __version__ = "1.0.0" __author__ = "Master Pythonicus" + +from .elements import create_fire, create_water # noqa: F401