1
0
This commit is contained in:
Jon Michael Aanes 2025-01-22 17:40:14 +01:00
parent d13dc44a9e
commit 9dfd150cfe

View File

@ -1,5 +1,10 @@
"""# Package-tracking. """# Package-tracking.
Sample package tracking website, that use the [Parcels Sample package tracking website.
API](https://parcelsapp.com/).
Use the [Parcels API](https://parcelsapp.com/).
""" """
__all__ = ['__version__']
from _version import __version__