mirror of
https://github.com/NaN-tic/trytond-aeat_347.git
synced 2023-12-14 02:03:00 +01:00
8 lines
264 B
Python
8 lines
264 B
Python
# The COPYRIGHT file at the top level of this repository contains the full
|
|
# copyright notices and license terms.
|
|
try:
|
|
from trytond.modules.aeat_347.tests.test_aeat_347 import suite
|
|
except ImportError:
|
|
from .test_aeat_347 import suite
|
|
|
|
__all__ = ['suite']
|