From e31d858cd0ae0967b9d4be5df8e242620f4e136b Mon Sep 17 00:00:00 2001 From: rainer Date: Tue, 29 Apr 2025 23:59:52 +0200 Subject: [PATCH] changed init --- app/{init.py => __init__.py} | 0 app/utils/{init.py => __init__.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/{init.py => __init__.py} (100%) rename app/utils/{init.py => __init__.py} (100%) diff --git a/app/init.py b/app/__init__.py similarity index 100% rename from app/init.py rename to app/__init__.py diff --git a/app/utils/init.py b/app/utils/__init__.py similarity index 100% rename from app/utils/init.py rename to app/utils/__init__.py