mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-02-14 11:22:30 +00:00
sync - still working on the TUI
This commit is contained in:
@@ -7,8 +7,9 @@ import os
|
||||
from pathlib import Path
|
||||
|
||||
# Add backend directory to path
|
||||
backend_dir = Path(__file__).parent.parent
|
||||
sys.path.insert(0, str(backend_dir))
|
||||
# Add project root to path for alembic
|
||||
project_root = Path(__file__).parent.parent.parent
|
||||
sys.path.insert(0, str(project_root))
|
||||
|
||||
# Import base and models
|
||||
from backend.app.models.base import Base
|
||||
|
||||
Reference in New Issue
Block a user