davtelepot/davtelepot/__init__.py
2019-07-13 18:26:12 +02:00

16 lines
443 B
Python

"""Information about this package.
See custombot.py for information about Bot class.
"""
__author__ = "Davide Testa"
__email__ = "davide@davte.it"
__credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
__license__ = "GNU General Public License v3.0"
__version__ = "2.0.1"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"
# Legacy module; please use `from davtelepot.bot import Bot` from now on
from davtelepot.custombot import Bot