Files
dify/dify-workflow-engine/flask.py
2025-11-19 16:17:47 +08:00

9 lines
124 B
Python

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