mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-23 00:43:18 +00:00
5 lines
78 B
Python
5 lines
78 B
Python
"""Config"""
|
|
|
|
from .config_parser import parse_args
|
|
|
|
__all__ = ["parse_args"]
|