first Snap2Grid release

This commit is contained in:
easyw
2020-02-16 08:17:45 +01:00
parent 75d51c27e2
commit 3adb80e746
6 changed files with 543 additions and 0 deletions

2
Snap2Grid/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .snap2grid import snap_to_grid
snap_to_grid().register()