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