mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
6 lines
No EOL
161 B
Python
6 lines
No EOL
161 B
Python
from Cura.Backend.Command import Command
|
|
|
|
class TransferMeshCommand(Command):
|
|
def __init__(self):
|
|
super(TransferMeshCommand,self).__init__()
|
|
|