davtelepot/davtelepot/__init__.py
Davte b9f826a2d0 davteutil.utilities imported
davteutil stand-alone repository will be deleted
2019-05-28 16:52:32 +02:00

15 lines
346 B
Python

"""Information about this package.
See custombot.py for information about Bot class.
"""
__author__ = "Davide Testa"
__email__ = "davte@libero.it"
__credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0"
__version__ = "1.5.2"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"
from davtelepot.custombot import Bot