reorganise project

This commit is contained in:
Nikolay Khabarov
2017-05-13 03:52:36 +03:00
parent 82d0f5f016
commit 1391b03724
17 changed files with 69 additions and 34 deletions

7
pycnc Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
import cnc.main
if __name__ == "__main__":
cnc.main.main()