mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00: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
|