mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-02-05 22:12:03 +00:00
change to TUI
This commit is contained in:
@@ -16,7 +16,7 @@ from typing import Optional
|
||||
backend_dir = Path(__file__).parent.parent
|
||||
sys.path.insert(0, str(backend_dir))
|
||||
|
||||
from app.database import get_database_url
|
||||
from backend.app.database import get_database_url
|
||||
|
||||
class DatabaseManager:
|
||||
"""Handles database backup and restore operations."""
|
||||
|
||||
Reference in New Issue
Block a user