refactor: разделение кода в session_view.py

This commit is contained in:
2026-08-14 02:42:18 +03:00
parent c657415bf0
commit e3f5828334
5 changed files with 290 additions and 311 deletions
+3
View File
@@ -0,0 +1,3 @@
from .session_state import SessionState
__all__ = ["SessionState"]