blob: a58573d901bf1989bcb45b1d36c66e4469915b77 (
plain)
1
2
3
4
5
6
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import chat_room
from . import chat_room_mixin
from . import res_config_settings
|