mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-01-29 10:31:57 +00:00
sync - tui loads but no data in views
This commit is contained in:
@@ -20,6 +20,7 @@ AsyncSessionLocal = sessionmaker(
|
||||
expire_on_commit=False
|
||||
)
|
||||
|
||||
# Base is now defined here and imported by models
|
||||
Base = declarative_base()
|
||||
|
||||
async def get_db() -> AsyncSession:
|
||||
|
||||
Reference in New Issue
Block a user