python343是怎么导入py文件的?
初学者的话, 建议做这样一个目录 package |__ __init__.py |__ a.py |__ b.py 在 a.py 中使用 from .b import * 来导入b中的对象