chapeau/kepi/__init__.py

7 wiersze
182 B
Python

__title__ = 'kepi'
2020-11-25 20:26:45 +00:00
__version__ = '0.7' # shine
VERSION = __version__
__author__ = 'Marnanel Thurman'
__license__ = 'GPL-2'
2023-09-01 15:06:26 +00:00
__copyright__ = 'Copyright (c) 2018-2023 Marnanel Thurman'