mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +08:00
11 lines
244 B
Python
11 lines
244 B
Python
from __future__ import annotations
|
|
|
|
import json
|
|
|
|
from ...config import manager as config_mgr
|
|
from ...config.impls import pymodule
|
|
|
|
|
|
load_python_module_config = config_mgr.load_python_module_config
|
|
load_json_config = config_mgr.load_json_config
|