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