mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-21 17:42:06 +02:00
10 lines
246 B
Python
10 lines
246 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import attachment
|
|
from . import channel
|
|
from . import chatbot
|
|
from . import main
|
|
from . import rtc
|
|
from . import thread
|
|
from . import webclient
|
|
from . import cors
|