123456789101112 |
- """Provide information about this package."""
- __author__ = "Davide Testa"
- __email__ = "davide@davte.it"
- __license__ = "GNU General Public License v3.0"
- __version__ = "1.2.4"
- __maintainer__ = "Davide Testa"
- __contact__ = "t.me/davte"
- from . import ciclopi, messages
- __all__ = ['ciclopi', 'messages']
|