python文件夹相互引用
2021-06-08 21:05
标签:load str class rom 调用 txt 文件格式 imp from python文件夹相互引用 标签:load str class rom 调用 txt 文件格式 imp from 原文地址:https://www.cnblogs.com/xzhws/p/14511542.html
init.py 文件格式:from .backends import endSet
from .affe_net import Net
from .load_caffe import prototxt
from .ie_caffe_net import affeNet
__all__ = [
‘endSet‘,
‘Net‘,
‘prototxt‘,
‘affeNet‘,
]
上一篇:多线程的实现方法