mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 10:26:50 +08:00
9 lines
130 B
Python
9 lines
130 B
Python
from core.extension.extension import Extension
|
|
|
|
|
|
def init():
|
|
code_based_extension.init()
|
|
|
|
|
|
code_based_extension = Extension()
|