feat: add load_tenant to Sage init
This commit is contained in:
parent
a3fd6cf194
commit
963201bf10
@ -20,11 +20,9 @@ from dapi.init import load_dapi
|
|||||||
from rag.init import load_rag
|
from rag.init import load_rag
|
||||||
from msp.init import load_msp
|
from msp.init import load_msp
|
||||||
from checklang.init import load_checklang
|
from checklang.init import load_checklang
|
||||||
from discount.init import load_discount
|
|
||||||
# from harnessed_agent.init import load_harnessed_agent
|
|
||||||
# from harnessed_reasoning.init import load_harnessed_reasoning
|
|
||||||
from dashboard_for_sage.init import load_dashboard_for_sage
|
from dashboard_for_sage.init import load_dashboard_for_sage
|
||||||
from reallife_asset.init import load_reallife_asset
|
from reallife_asset.init import load_reallife_asset
|
||||||
|
from discount.init import load_discount
|
||||||
from global_func import set_globalvariable
|
from global_func import set_globalvariable
|
||||||
from unipay.init import load_unipay
|
from unipay.init import load_unipay
|
||||||
from platformbiz.init import load_platformbiz
|
from platformbiz.init import load_platformbiz
|
||||||
@ -32,6 +30,8 @@ from product_management.init import load_product_management
|
|||||||
from supplychain.init import load_supplychain
|
from supplychain.init import load_supplychain
|
||||||
from accounting.init import load_accounting
|
from accounting.init import load_accounting
|
||||||
from bugfix.init import load_bugfix
|
from bugfix.init import load_bugfix
|
||||||
|
from discount.init import load_discount
|
||||||
|
from tenant.init import load_tenant
|
||||||
from smssend import load_smssend
|
from smssend import load_smssend
|
||||||
from ext import *
|
from ext import *
|
||||||
from rf import *
|
from rf import *
|
||||||
@ -59,6 +59,7 @@ def init():
|
|||||||
# load_harnessed_agent()
|
# load_harnessed_agent()
|
||||||
# load_harnessed_reasoning()
|
# load_harnessed_reasoning()
|
||||||
load_discount()
|
load_discount()
|
||||||
|
load_tenant()
|
||||||
load_smssend()
|
load_smssend()
|
||||||
load_dashboard_for_sage()
|
load_dashboard_for_sage()
|
||||||
load_reallife_asset()
|
load_reallife_asset()
|
||||||
@ -66,4 +67,3 @@ def init():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
webapp(init)
|
webapp(init)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user