mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08:00
5 lines
142 B
Python
5 lines
142 B
Python
from UM.Backend.Backend import Backend
|
|
|
|
class UMEngineBackend(Backend):
|
|
def __init__(self):
|
|
super(UMEngineBackend,self).__init__() |