diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-03-29 10:25:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 10:25:02 +0100 |
| commit | 2439adafa8592995d9acead47ef2802d5d95c373 (patch) | |
| tree | bfa10aaf017bc48cf6c166c7adeb9afd5dc12922 /lib/gui/tartan/__init__.py | |
| parent | fb1ecd0badf5eb142f17cc7f0f7e8b347151b002 (diff) | |
Add "the tartan universe" (#2782)
Diffstat (limited to 'lib/gui/tartan/__init__.py')
| -rw-r--r-- | lib/gui/tartan/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
