summaryrefslogtreecommitdiff
path: root/lib/gui/edit_json/__init__.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-12-26 16:23:38 +0100
committerGitHub <noreply@github.com>2024-12-26 16:23:38 +0100
commitb9432f040d9cea0139715da1d29ee7182e7d719e (patch)
treeb85d53b2d30efb255395e252f091e22b8d3cab36 /lib/gui/edit_json/__init__.py
parentef7d056173cc6d7782d6120c031dae9276725a3d (diff)
Edit json (#3371)
* convert kerning tool to json edit
Diffstat (limited to 'lib/gui/edit_json/__init__.py')
-rw-r--r--lib/gui/edit_json/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/gui/edit_json/__init__.py b/lib/gui/edit_json/__init__.py
new file mode 100644
index 00000000..3616c0f5
--- /dev/null
+++ b/lib/gui/edit_json/__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 HelpPanel
+from .settings_panel import SettingsPanel
+from .main_panel import LetteringEditJsonPanel