utils - my.py - encrypt.py db.py app.py (主程序)
import db from utils import my from utls import encrypt #导入后调用方法 db.xx() my.xx() encrypt.xx()