8 lines
230 B
Python
8 lines
230 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import test_ch_qr_code
|
||
|
from . import test_swissqr
|
||
|
from . import test_l10n_ch_qr_print
|
||
|
from . import test_gen_qrr_reference
|