Feat: User Relationships and Session Members.

This commit is contained in:
2026-02-28 19:53:50 +00:00
parent c7db290aaf
commit e8e9a02e7b
73 changed files with 3818 additions and 571 deletions

View File

@@ -27,6 +27,6 @@ class Model_View_MTG_Home(Model_View_MTG_Base):
def __init__(self, hash_page_current=Model_View_MTG_Base.HASH_PAGE_MTG_HOME):
_m = 'Model_View_MTG_Home.__init__'
Helper_App.console_log(f'{_m}\nstarting...')
# Helper_App.console_log(f'{_m}\nstarting...')
super().__init__(hash_page_current=hash_page_current)
self._title = 'MTG Home'