jamiya / app /__init__.py
jameszokah's picture
Refactor app initialization and migration script: make __init__.py intentionally empty for package structure, and update migrate.py to include project root in Python path for improved module accessibility.
275b1e7
raw
history blame contribute delete
189 Bytes
"""App package initialization."""
# This file intentionally left empty to make the directory a Python package.
# We'll import models where they're needed rather than at the package level.