9 lines
195 B
Python
9 lines
195 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2026 Nexa Systems Inc.
|
|
# License OPL-1 (Odoo Proprietary License v1.0)
|
|
|
|
from . import oauth
|
|
from . import webhook
|
|
from . import widget
|
|
from . import recording
|