This repository has been archived on 2026-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
DynaLab-V0/src/dynalab/ui/windows.py
T
2026-08-08 22:43:01 +01:00

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