15 lines
360 B
Python
15 lines
360 B
Python
# -*- coding: utf-8 -*-
|
||
"""
|
||
-------------------------------------------------
|
||
File Name: __init__.py
|
||
Description :
|
||
Author : JHao
|
||
date: 2016/12/3
|
||
-------------------------------------------------
|
||
Change Activity:
|
||
2016/12/3:
|
||
-------------------------------------------------
|
||
"""
|
||
__author__ = 'JHao'
|
||
|