diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-29 14:38:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-29 14:38:17 +0200 |
| commit | 1f57763e797b933d0616495a32051ec74ec516bd (patch) | |
| tree | bcf3db627572205c4589f5c41b6add349e8c807a /lib/gui/lettering/__init__.py | |
| parent | 1f47f4762e48aba7dfe49e42e86de732ff366986 (diff) | |
add help tab to lettering (#2948)
Diffstat (limited to 'lib/gui/lettering/__init__.py')
| -rw-r--r-- | lib/gui/lettering/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/gui/lettering/__init__.py b/lib/gui/lettering/__init__.py new file mode 100644 index 00000000..970ebca8 --- /dev/null +++ b/lib/gui/lettering/__init__.py @@ -0,0 +1,8 @@ +# Authors: see git history +# +# Copyright (c) 2024 Authors +# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + +from .help_panel import LetteringHelpPanel +from .option_panel import LetteringOptionsPanel +from .main_panel import LetteringPanel |
