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