refactor(api): remove db tables and fix import paths

This commit is contained in:
2025-08-20 14:42:20 +05:00
parent 1b95c9825b
commit 571186151b
29 changed files with 23 additions and 254 deletions

View File

@@ -3,7 +3,7 @@ from typing import List, Optional, Dict
from pydantic import EmailStr, Field, TypeAdapter
from api.db.tables.account import AccountRole, AccountStatus
from orm.tables.account import AccountRole, AccountStatus
from api.schemas.base import Base