1
0
Fork 0
mirror of synced 2023-12-14 07:03:04 +01:00
trytond-asset_manager/tests/__init__.py
Albert Cervera i Areny 357d719ef6 Pyflakes fixes.
2020-12-05 00:40:25 +01:00

6 lines
173 B
Python

# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from .test_asset_manager import suite
__all__ = ['suite']