change to TUI

This commit is contained in:
2025-09-12 09:08:10 -07:00
parent 7c7dcb5b10
commit e0e70f6508
165 changed files with 3438 additions and 16154 deletions

View File

@@ -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."""