Queer European MD passionate about IT

__init__.py 346 B

1234567891011121314
  1. """Information about this package.
  2. See custombot.py for information about Bot class.
  3. """
  4. __author__ = "Davide Testa"
  5. __email__ = "davte@libero.it"
  6. __credits__ = "Marco Origlia"
  7. __license__ = "GNU General Public License v3.0"
  8. __version__ = "1.4.7"
  9. __maintainer__ = "Davide Testa"
  10. __contact__ = "t.me/davte"
  11. from davtelepot.custombot import Bot