__init__.py 199 B

123456789101112
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. __version__ = (1, 0, 0)
  4. __author__ = 'wboy'
  5. __author_email__ = 'mrtop@126.com'
  6. __description__ = 'Common - Linux - Python 2, Note : Python 3(not test)'