mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-09 22:31:05 +00:00
8 lines
131 B
Python
8 lines
131 B
Python
"""Config"""
|
|
|
|
from .config_parser import parse_args, resolve_app_config
|
|
|
|
__all__ = [
|
|
"parse_args",
|
|
"resolve_app_config",
|
|
]
|