mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-01-31 19:42:23 +00:00
change to TUI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from fastapi import Depends
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
from app.database import get_db
|
||||
from app.services.ai_service import AIService
|
||||
from backend.app.database import get_db
|
||||
from backend.app.services.ai_service import AIService
|
||||
from typing import AsyncGenerator
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user