mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
5 lines
No EOL
146 B
Python
5 lines
No EOL
146 B
Python
from UM.Backend.Backend import Backend
|
|
|
|
class CuraEngineBackend(Backend):
|
|
def __init__(self):
|
|
super(CuraEngineBackend,self).__init__() |