mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
6 lines
No EOL
190 B
Python
6 lines
No EOL
190 B
Python
from UM.StorageDevice import StorageDevice
|
|
from UM.Signal import Signal, SignalEmitter
|
|
|
|
class USBPrintDevice(StorageDevice, SignalEmitter):
|
|
def __init__(self):
|
|
super().__init__() |