mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-19 07:51:59 +02:00
9 lines
310 B
Python
9 lines
310 B
Python
# Copyright 2024 Akretion (http://www.akretion.com).
|
|
# @author Florian Mounier <florian.mounier@akretion.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from .models.cross_connect_client import CrossConnectClient
|
|
|
|
|
|
def authenticated_cross_connect_client() -> CrossConnectClient:
|
|
pass
|