trackbert/config.dist.ini
Kumi 44fe6a28a2
feat: Add DHL configuration and implementation
This commit adds the DHL configuration and implementation to the project.

- Added DHL configuration to the config file.
- Updated the project version to 0.2.1 in the pyproject.toml file.
- Created a new file for the DHL tracker implementation.
- Implemented the DHL tracker functionality to get shipment events.
- Added DHL to the list of supported carriers.
2023-08-29 10:47:52 +02:00

11 lines
132 B
INI

[KeyDelivery]
key = api_key
secret = api_secret
[FedEx]
key = api_key
secret = api_secret
[DHL]
key = api_key
secret = api_secret