2021-03-12 04:17:19 +00:00
|
|
|
# Authors: see git history
|
|
|
|
#
|
|
|
|
# Copyright (c) 2010 Authors
|
|
|
|
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
|
|
|
|
|
2019-02-16 01:51:10 +00:00
|
|
|
class InkstitchException(Exception):
|
2019-02-16 21:46:16 +00:00
|
|
|
pass
|