Cura/TransferMeshCommand.py
2014-11-17 16:56:25 +01:00

6 lines
No EOL
161 B
Python

from Cura.Backend.Command import Command
class TransferMeshCommand(Command):
def __init__(self):
super(TransferMeshCommand,self).__init__()