mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-23 00:43:18 +00:00
7 lines
154 B
Python
7 lines
154 B
Python
from .base_file_watcher import BaseFileWatcher
|
|
from ..component_registry import R
|
|
|
|
|
|
@R.register("light")
|
|
class LightFileWatcher(BaseFileWatcher):
|
|
...
|