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

@@ -1,7 +1,7 @@
import pytest
from fastapi.testclient import TestClient
from app.main import app
from app.database import get_db, Base
from backend.app.main import app
from backend.app.database import get_db, Base
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker