This commit is contained in:
Igor Loskutov
2025-06-18 19:47:08 -04:00
parent 20d1d9fc0d
commit 49f4b65f47
5 changed files with 4 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
from datetime import datetime
from typing import Literal
from uuid import uuid4
import sqlalchemy as sa
from pydantic import BaseModel, Field