7 lines
185 B
Python
7 lines
185 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2024-2026 Nexa Systems Inc.
|
|
# License OPL-1 (Odoo Proprietary License v1.0)
|
|
|
|
from . import loaner_checkout_wizard
|
|
from . import loaner_return_wizard
|