From 60c5085f3f31ba535a8d3657adb42da5b5fc60de Mon Sep 17 00:00:00 2001 From: Axy Date: Mon, 19 Jan 2026 17:37:26 +0100 Subject: [PATCH] Refactor: Ensure exact compliance with Sacred Scroll requirements --- alchemy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.52.0