1
0
package-tracking/package_tracking/__init__.py
Jon Michael Aanes 76006f39a0
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
Added form to add stuff
2025-01-22 18:19:05 +01:00

11 lines
172 B
Python

"""# Package-tracking.
Sample package tracking website.
Use the [Parcels API](https://parcelsapp.com/).
"""
__all__ = ['__version__']
from ._version import __version__