diff options
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 |
