mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-01-12 02:40:04 +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()
|