#!/usr/bin/env python # encoding: utf-8 """ @version: @author: yangjf @license: ApacheCN @contact: highfei2011@126.com @site: https://github.com/apachecn/MachineLearning @software: PyCharm @file: __init__.py.py @time: 2017/3/4 21:27 @test result:pass """ def func(): pass class Main(): def __init__(self): pass if __name__ == '__main__': pass