10 lines
255 B
Python
10 lines
255 B
Python
__author__ = "Davide Testa"
|
|
__email__ = "davte@libero.it"
|
|
__credits__ = "Marco Origlia"
|
|
__license__ = "GNU General Public License v3.0"
|
|
__version__ = "1.3.0"
|
|
__maintainer__ = "Davide Testa"
|
|
__contact__ = "t.me/davte"
|
|
|
|
from davtelepot.custombot import Bot
|