dify/dify-workflow-engine/flask.py

9 lines
124 B
Python

class Flask:
pass
class CurrentApp:
def _get_current_object(self):
return None
current_app = CurrentApp()