blob: a9820ac30af50d71cc7003969fd5d0fdb6dc47fc (
plain)
1
2
3
4
5
6
7
|
# Authors: see git history
#
# Copyright (c) 2010 Authors
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
class InkstitchException(Exception):
pass
|