guzhi/app/models/__init__.py

7 lines
161 B
Python

# 新增model需要在这里导入
from .admin import *
from .esg import *
from .index import *
from .industry import *
from .policy import *
from .user import *