mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
9 lines
215 B
Python
9 lines
215 B
Python
# Copyright 2023 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
from . import (
|
|
base,
|
|
ir_ui_view,
|
|
web_custom_modifier,
|
|
)
|