mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 20:22:57 -06:00
8 lines
257 B
Python
8 lines
257 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2016 Therp BV <http://therp.nl>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
from . import document_sftp
|
|
from . import res_users
|
|
from . import document_sftp_root
|
|
from . import document_sftp_root_by_model
|