mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-03-02 11:05:31 +00:00
change to TUI
This commit is contained in:
@@ -2,8 +2,8 @@ import json
|
||||
from pathlib import Path
|
||||
from datetime import datetime
|
||||
import zipfile
|
||||
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 tempfile
|
||||
import logging
|
||||
import shutil
|
||||
|
||||
Reference in New Issue
Block a user