mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-02-06 22:42:06 +00:00
change to TUI
This commit is contained in:
@@ -3,8 +3,8 @@ import zipfile
|
||||
from pathlib import Path
|
||||
import tempfile
|
||||
from datetime import datetime
|
||||
from app.database import SessionLocal
|
||||
from app.models import Route, Rule, Plan
|
||||
from backend.app.database import SessionLocal
|
||||
from backend.app.models import Route, Rule, Plan
|
||||
import shutil
|
||||
import logging
|
||||
from sqlalchemy import and_
|
||||
|
||||
Reference in New Issue
Block a user