bin
conf
core
lib
db
log
import os import sys base_path = os.path.dirname(os.path.dirname(__file__)) sys.path.append(base_path) # 环境变量中,追加项目路径