mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +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 |