python跳坑手记

解决python同目录报错:import util 改成 from . import util
原文地址:https://www.cnblogs.com/cxscode/p/8078824.html