Archived
14 lines
435 B
Python
14 lines
435 B
Python
# Copyright (C) 2026 Hector van der Aa <hector@h3cx.dev>
|
|
# Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
"""Compatibility exports for the loading-layout tests."""
|
|
|
|
from dynalab.ui.loading.view import (
|
|
center_loading_content,
|
|
loading_content_layout as _loading_content_layout,
|
|
)
|
|
from dynalab.ui.loading import view as _loading_view
|
|
|
|
|
|
dpg = _loading_view.dpg
|