change to TUI

This commit is contained in:
2025-09-12 09:08:10 -07:00
parent f2a305626f
commit e20e4ab9d9
262 changed files with 3438 additions and 16479 deletions

View File

@@ -3,7 +3,7 @@ import uuid
import logging
from fastapi import UploadFile, HTTPException
import gpxpy
from app.config import settings
from backend.app.config import settings
logger = logging.getLogger(__name__)