ciclopibot/ciclopibot/__init__.py
2020-06-06 01:56:30 +02:00

13 lines
278 B
Python

"""Provide information about this package."""
__author__ = "Davide Testa"
__email__ = "davide@davte.it"
__license__ = "GNU General Public License v3.0"
__version__ = "1.2.3"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"
from . import ciclopi
__all__ = [ciclopi]