diff --git a/app/api/init.py b/app/api/__init__.py similarity index 100% rename from app/api/init.py rename to app/api/__init__.py diff --git a/app/api/v1/init.py b/app/api/v1/__init__.py similarity index 100% rename from app/api/v1/init.py rename to app/api/v1/__init__.py diff --git a/app/core/init.py b/app/core/__init__.py similarity index 100% rename from app/core/init.py rename to app/core/__init__.py diff --git a/app/db/init.py b/app/db/__init__.py similarity index 100% rename from app/db/init.py rename to app/db/__init__.py diff --git a/app/repositories/init.py b/app/repositories/__init__.py similarity index 100% rename from app/repositories/init.py rename to app/repositories/__init__.py diff --git a/app/schemas/init.py b/app/schemas/__init__.py similarity index 100% rename from app/schemas/init.py rename to app/schemas/__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 diff --git a/tests/init.py b/tests/__init__.py similarity index 100% rename from tests/init.py rename to tests/__init__.py diff --git a/tests/test_v1/init.py b/tests/test_v1/__init__.py similarity index 100% rename from tests/test_v1/init.py rename to tests/test_v1/__init__.py