Add mention of DPDRO to README.md
This commit is contained in:
parent
7f0581e0e1
commit
2405ea2824
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,10 @@ pip install dpdtrack
|
|||
## Usage
|
||||
|
||||
```python
|
||||
from dpdtrack import DPD
|
||||
from dpdtrack import DPDAT, DPDRO
|
||||
|
||||
api = DPD()
|
||||
api = DPDAT() # For tracking of DPD Austria packages
|
||||
# api = DPDRO() for tracking of DPD Romania packages
|
||||
|
||||
# Realtime tracking
|
||||
|
||||
|
|
Loading…
Reference in a new issue