From 2439adafa8592995d9acead47ef2802d5d95c373 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:25:02 +0100 Subject: Add "the tartan universe" (#2782) --- lib/gui/tartan/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/gui/tartan/__init__.py (limited to 'lib/gui/tartan/__init__.py') diff --git a/lib/gui/tartan/__init__.py b/lib/gui/tartan/__init__.py new file mode 100644 index 00000000..176d5d1e --- /dev/null +++ b/lib/gui/tartan/__init__.py @@ -0,0 +1,10 @@ +# Authors: see git history +# +# Copyright (c) 2023 Authors +# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + +from .code_panel import CodePanel +from .customize_panel import CustomizePanel +from .embroidery_panel import EmbroideryPanel +from .help_panel import HelpPanel +from .main_panel import TartanMainPanel -- cgit v1.2.3