Queer European MD passionate about IT

__init__.py 418 B

123456789101112131415161718
  1. """General information about this package.
  2. Python 3.8+ is needed to use this package.
  3. ```python3.8+
  4. from filebridging.client import Client
  5. from filebridging.server import Server
  6. help(Client)
  7. help(Server)
  8. ```
  9. """
  10. __author__ = "Davide Testa"
  11. __email__ = "davide@davte.it"
  12. __credits__ = []
  13. __license__ = "GNU General Public License v3.0"
  14. __version__ = "0.0.1"
  15. __maintainer__ = "Davide Testa"
  16. __contact__ = "t.me/davte"