mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 09:12:00 +02:00
11 lines
227 B
Python
11 lines
227 B
Python
# © 2021 Florian Kantelberg - initOS GmbH
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import (
|
|
test_controller,
|
|
test_log,
|
|
test_rights,
|
|
test_user,
|
|
test_vault,
|
|
test_widgets,
|
|
)
|