davtelepot/davtelepot/__init__.py
Davte 9fccdcc51c custom_join function added
It joins elements of a list using a joiner and a final custom joiner
2019-06-24 16:17:52 +02:00

15 lines
346 B
Python

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