File size: 133 Bytes
20f348c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from dify_app import DifyApp


def init_app(app: DifyApp):
    import warnings

    warnings.simplefilter("ignore", ResourceWarning)