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

7 lines
260 B
Python
Raw Normal View History

2020-05-13 08:51:38 +02:00
# 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']