mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 08:58:15 +00:00
refactor: restructure to core/ + ui/ with multi-threaded backend
This commit is contained in:
4
ui/__init__.py
Normal file
4
ui/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
from .app import GraphMemoryApp
|
||||
from .models.config import AppConfig
|
||||
|
||||
__all__ = ["GraphMemoryApp", "AppConfig"]
|
||||
Reference in New Issue
Block a user