├── README.md ├── __init__.py ├── draw.py ├── properties.py └── save_selection.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/SaveSelection/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/SaveSelection/HEAD/__init__.py -------------------------------------------------------------------------------- /draw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/SaveSelection/HEAD/draw.py -------------------------------------------------------------------------------- /properties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/SaveSelection/HEAD/properties.py -------------------------------------------------------------------------------- /save_selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/negdo/SaveSelection/HEAD/save_selection.py --------------------------------------------------------------------------------