got a problem developing app using alembic
1) Here's my project structure
2) Backend package structure
3) Alembic folder structure
Well, at the env.py i have imports
from backend.db.db_manager import declarative_base
from backend.db_config import url
When I try to execute alembic revision --autogenerate
command from ROOT folder it fails with "ModuleNotFoundError: No module named 'backend'"