mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-05 08:06:15 +00:00
5 lines
163 B
Python
5 lines
163 B
Python
from memoryscope.core.config.arguments import Arguments
|
|
from memoryscope.core.memoryscope import MemoryScope
|
|
|
|
""" Version of MemoryScope."""
|
|
__version__ = "0.1.0"
|