尝试在导入的模块之前添加一个点(.)。
import .ConfigurationWrapper
或者导入你的类
from .ConfigurationWrapper import ConfigurationWrapper
点(.)表示从同一目录导入。