7 lines
233 B
Python
7 lines
233 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import helpdesk_livechat_chatbot_common
|
|
from . import test_chatbot_create_ticket
|
|
from . import test_website_helpdesk_livechat
|