dify/api/configs/__init__.py

4 lines
99 B
Python

from .app_config import DifyConfig
dify_config = DifyConfig() # pyright: ignore[reportCallIssue]