GCode-Generator/simulator.py

9 lines
94 B
Python
Raw Normal View History

2025-01-13 17:42:12 +01:00
import hardware
class Simulator:
def __init__(self, port):
self.socket = port