mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-14 23:21:04 +00:00
6 lines
No EOL
119 B
Python
6 lines
No EOL
119 B
Python
from memory_base_worker import MemoryBaseWorker
|
|
|
|
|
|
class DummyWorker(MemoryBaseWorker):
|
|
def _run(self):
|
|
pass |