This commit is contained in:
2024-04-24 01:19:46 +03:00
parent be623a3555
commit 4e7626d2e6
12 changed files with 114 additions and 39 deletions

4
models/sequences.py Normal file
View File

@@ -0,0 +1,4 @@
from sqlalchemy import Sequence
from models import BaseModel