blob: 3616c0f54c6b41a1c90c8d43e756dbc5943200c1 (
plain)
1
2
3
4
5
6
7
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
|