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