mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-19 00:01:33 +00:00
8 lines
165 B
Python
8 lines
165 B
Python
from .base_component import BaseComponent
|
|
from .component_registry import ComponentRegistry, R
|
|
|
|
__all__ = [
|
|
"BaseComponent",
|
|
"ComponentRegistry",
|
|
"R",
|
|
]
|