mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-02-26 09:59:25 +00:00
7 lines
87 B
Python
Executable File
7 lines
87 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import cnc.main
|
|
|
|
if __name__ == "__main__":
|
|
cnc.main.main()
|