16 lines
409 B
Python
16 lines
409 B
Python
|
|
# -*- coding: utf-8 -*-
|
|||
|
|
"""
|
|||
|
|
-------------------------------------------------
|
|||
|
|
File Name: __init__.py.py
|
|||
|
|
Description :
|
|||
|
|
Author : JHao
|
|||
|
|
date: 2016/12/3
|
|||
|
|
-------------------------------------------------
|
|||
|
|
Change Activity:
|
|||
|
|
2016/12/3:
|
|||
|
|
-------------------------------------------------
|
|||
|
|
"""
|
|||
|
|
__author__ = 'JHao'
|
|||
|
|
|
|||
|
|
from Manager.ProxyManager import ProxyManager
|