mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
6 lines
185 B
Python
6 lines
185 B
Python
# Copyright 2018 Therp BV <https://therp.nl>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
from . import models
|
|
from . import controllers
|
|
from . import radicale
|