7 lines
201 B
Python
7 lines
201 B
Python
|
__author__ = "Tsuyoshi Hombashi"
|
||
|
__copyright__ = f"Copyright 2020, {__author__}"
|
||
|
__license__ = "MIT License"
|
||
|
__version__ = "0.3.1"
|
||
|
__maintainer__ = __author__
|
||
|
__email__ = "tsuyoshi.hombashi@gmail.com"
|