__init__.py
python包的标志,一般为空。但是为了方便使用可以在该文件中import包中的其他模块(.py), 方便其他模块使用
一般格式为 from package import module1,module2 , module1,module2 为__init__.py下导入的模块
python包的标志,一般为空。但是为了方便使用可以在该文件中import包中的其他模块(.py), 方便其他模块使用
一般格式为 from package import module1,module2 , module1,module2 为__init__.py下导入的模块