8 lines
236 B
Python
Executable File
8 lines
236 B
Python
Executable File
# Copyright 2020 Valentin Vinagre <valentin.vinagre@sygel.es>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
from . import mail_mail
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import res_users
|