Добавлены классы моделей данных Account, Session

This commit is contained in:
2026-07-12 12:59:06 +03:00
parent 164598294a
commit b2e15511c1
11 changed files with 512 additions and 0 deletions

View File

@@ -7,3 +7,6 @@
"""
Пакет описания классов моделей данных
"""
from .account_model import AccountModel
from .session_model import SessionModel