Python 引用其他.py文件中的类和类的方法
#HelloWorld是文件名称,Hello是类
from HelloWorld import Hello
调用,Hello类的方法:
附:HelloWorld.py文件内容