kopia lustrzana https://github.com/inkstitch/inkstitch
10 wiersze
302 B
Python
10 wiersze
302 B
Python
# Authors: see git history
|
|
#
|
|
# Copyright (c) 2010 Authors
|
|
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
|
|
|
|
from .dialogs import confirm_dialog, info_dialog
|
|
from .presets import PresetsPanel
|
|
from .simulator import PreviewRenderer
|
|
from .warnings import WarningPanel
|