mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-21 05:09:41 +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()
|