mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
db43ed6f41
Co-authored-by: takatost <takatost@gmail.com>
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()
|