summaryrefslogtreecommitdiff
path: root/lib/gui/lettering/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/lettering/__init__.py')
-rw-r--r--lib/gui/lettering/__init__.py8
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