Queer European MD passionate about IT

__init__.py 441 B

123456789101112131415
  1. """Information about this package.
  2. See custombot.py for information about Bot class.
  3. """
  4. __author__ = "Davide Testa"
  5. __email__ = "davide@davte.it"
  6. __credits__ = ["Marco Origlia", "Nick Lee @Nickoala"]
  7. __license__ = "GNU General Public License v3.0"
  8. __version__ = "2.0"
  9. __maintainer__ = "Davide Testa"
  10. __contact__ = "t.me/davte"
  11. # Legacy module; please use `from davtelepot.bot import Bot` from now on
  12. from davtelepot.custombot import Bot