Files
suite/delivery_hibou/models/__init__.py
Jared Kipe 18ff830ed7 [IMP] delivery_hibou: new api for getting multiple services rated at the same time, sample FedEx implementation
This API will be used by the `sale_planner` and a new `stock_delivery_planner` modules.
2021-04-05 11:44:06 -07:00

4 lines
62 B
Python

from . import delivery
from . import sale
from . import stock