trytond-production_mass_bal.../tests/__init__.py

7 lines
260 B
Python

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