feat: add api-based extension & external data tool & moderation backend (#1403)
Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
parent
7699621983
commit
db43ed6f41
50 changed files with 1624 additions and 273 deletions
8
api/extensions/ext_code_based_extension.py
Normal file
8
api/extensions/ext_code_based_extension.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from core.extension.extension import Extension
|
||||
|
||||
|
||||
def init():
|
||||
code_based_extension.init()
|
||||
|
||||
|
||||
code_based_extension = Extension()
|
||||
Loading…
Add table
Add a link
Reference in a new issue