mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
11 lines
No EOL
148 B
Python
11 lines
No EOL
148 B
Python
""" Version of MemoryScope."""
|
|
|
|
__version__ = "0.1.0-alpha.1"
|
|
|
|
|
|
from .cli import MemoryScope, CliJob
|
|
|
|
__all__ = [
|
|
"MemoryScope",
|
|
"CliJob",
|
|
] |