mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-15 23:31:05 +00:00
7 lines
193 B
Python
7 lines
193 B
Python
"""Configuration parser for ReMe framework."""
|
|
|
|
from ..core.utils import PydanticConfigParser
|
|
|
|
|
|
class ReMeConfigParser(PydanticConfigParser):
|
|
"""Configuration parser for ReMe framework."""
|