mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-16 23:41:10 +00:00
5 lines
95 B
Python
5 lines
95 B
Python
"""config"""
|
|
|
|
from .reme_config_parser import ReMeConfigParser
|
|
|
|
__all__ = ["ReMeConfigParser"]
|