7 lines
209 B
Python
7 lines
209 B
Python
|
__author__ = "Tsuyoshi Hombashi"
|
||
|
__copyright__ = "Copyright 2016, {}".format(__author__)
|
||
|
__license__ = "MIT License"
|
||
|
__version__ = "2.4.1"
|
||
|
__maintainer__ = __author__
|
||
|
__email__ = "tsuyoshi.hombashi@gmail.com"
|