1
0
package-tracking/package_tracking/__init__.py

11 lines
171 B
Python
Raw Normal View History

2025-01-22 16:30:50 +00:00
"""# Package-tracking.
2025-01-22 16:40:14 +00:00
Sample package tracking website.
Use the [Parcels API](https://parcelsapp.com/).
2025-01-22 16:30:50 +00:00
"""
2025-01-22 16:40:14 +00:00
__all__ = ['__version__']
from _version import __version__