19 lines
549 B
Python
19 lines
549 B
Python
###################################################################################
|
|
#
|
|
# Copyright (c) 2017-today MuK IT GmbH.
|
|
#
|
|
# This file is part of MuK Backend Theme
|
|
# (see https://mukit.at).
|
|
#
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
#
|
|
###################################################################################
|
|
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import res_users
|
|
from . import web_editor_assets
|
|
from . import ir_attachment
|
|
from . import ir_asset
|
|
from . import ir_http
|