mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-07 08:26:06 +00:00
4 lines
97 B
Python
4 lines
97 B
Python
class BaseMemoryService(object):
|
|
def __init__(self, **kwargs):
|
|
|
|
self.kwargs = kwargs
|