Update project configuration and codebase
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from enum import Enum as VanillaEnum
|
||||
from sqlalchemy import INTEGER, BIGINT, Enum
|
||||
|
||||
from sqlalchemy import BIGINT, INTEGER, Enum
|
||||
from sqlalchemy.orm import Mapped, mapped_column
|
||||
|
||||
from db.base import Base
|
||||
|
||||
Reference in New Issue
Block a user