7 lines
142 B
Python
7 lines
142 B
Python
# 新增model需要在这里导入
|
|
from .admin import *
|
|
from .esg import *
|
|
from .index import *
|
|
from .industry import *
|
|
from .policy import *
|