Files
Plugin_SN_Basis/ui/tabs/__init__.py
T
2026-04-20 14:31:16 +02:00

10 lines
270 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""
sn_basis/ui/tabs Tab-Widgets für die sn_basis Benutzeroberfläche.
Stellt print_tab und settings_tab bereit.
"""
# from sn_basis.ui.tabs.print_tab import PrintTab
# from sn_basis.ui.tabs.settings_tab import SettingsTab
# __all__ = ["PrintTab", "SettingsTab"]