refactoring - 1

This commit is contained in:
2023-08-23 23:46:51 +03:00
parent fb3763b910
commit 6742c963ab
11 changed files with 215 additions and 185 deletions

View File

@ -0,0 +1,2 @@
from .db import Base
from .orm_models import User, Announcement, Trashbox