oca-ocb-mail/odoo-bringout-oca-ocb-im_livechat/im_livechat/controllers/__init__.py
Ernad Husremovic daa394e8b0 19.0 vanilla
2026-03-09 09:31:39 +01:00

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