在test.py中import test,运行输出的结果是:This is a test说明,在import这个package的时候,该类自动就实例化了, 这样, 对于你的问题,应该直接调用就好~
import xxxfrom xxx import xxx