12 lines
284 B
Python
12 lines
284 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import attachment
|
|
from . import binary
|
|
from . import channel
|
|
from . import link_preview
|
|
from . import main
|
|
from . import message_reaction
|
|
from . import rtc
|
|
from . import thread
|
|
from . import webclient
|