Spaces:
Sleeping
Sleeping
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
| """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. |