kopia lustrzana https://github.com/inkstitch/inkstitch
11 wiersze
320 B
Python
11 wiersze
320 B
Python
from auto_fill import AutoFill
|
|
from clone import Clone
|
|
from element import EmbroideryElement
|
|
from fill import Fill
|
|
from image import ImageObject
|
|
from polyline import Polyline
|
|
from satin_column import SatinColumn
|
|
from stroke import Stroke
|
|
from text import TextObject
|
|
from utils import node_to_elements, nodes_to_elements
|