diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-26 16:23:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 16:23:38 +0100 |
| commit | b9432f040d9cea0139715da1d29ee7182e7d719e (patch) | |
| tree | b85d53b2d30efb255395e252f091e22b8d3cab36 /lib/gui/edit_json/__init__.py | |
| parent | ef7d056173cc6d7782d6120c031dae9276725a3d (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__.py | 8 |
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 |
