mirror of
https://gitlab.com/datalifeit/trytond-stock_party_warehouse
synced 2023-12-14 06:32:52 +01:00
5 lines
181 B
Python
5 lines
181 B
Python
# The COPYRIGHT file at the top level of this repository contains
|
|
# the full copyright notices and license terms.
|
|
from .test_stock_party_warehouse import suite
|
|
|
|
__all__ = ['suite']
|