kopia lustrzana https://github.com/inkstitch/inkstitch
12 wiersze
381 B
Python
12 wiersze
381 B
Python
# Authors: see git history
|
|
#
|
|
# Copyright (c) 2023 Authors
|
|
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
|
|
|
|
from .code_panel import CodePanel
|
|
from .stripe_panel import StripePanel
|
|
from .customize_panel import CustomizePanel
|
|
from .embroidery_panel import EmbroideryPanel
|
|
from .help_panel import HelpPanel
|
|
from .main_panel import TartanMainPanel
|