trytond-asset_shipment_work/tests/__init__.py

7 lines
238 B
Python

# This file is part asset_shipment_work module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test_asset_shipment_work import suite
__all__ = ['suite']