4 lines
79 B
Python
4 lines
79 B
Python
|
|
from .app_config import DifyConfig
|
||
|
|
|
||
|
|
dify_config = DifyConfig() # type: ignore
|