GCode-Generator/simulator.py
2025-01-13 17:42:12 +01:00

8 lines
94 B
Python

import hardware
class Simulator:
def __init__(self, port):
self.socket = port