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