Files
ailearning/src/python/05.Logistic/test/__init__.py
2017-03-04 22:21:24 +08:00

27 lines
370 B
Python

#!/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