mirror of
https://github.com/langgenius/dify.git
synced 2026-02-27 13:07:08 +08:00
9 lines
124 B
Python
9 lines
124 B
Python
class Flask:
|
|
pass
|
|
|
|
class CurrentApp:
|
|
def _get_current_object(self):
|
|
return None
|
|
|
|
current_app = CurrentApp()
|