mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Codestyle & typing
This commit is contained in:
parent
b363be4afb
commit
b4b7e1fc21
3 changed files with 4 additions and 3 deletions
|
@ -3,8 +3,10 @@
|
|||
|
||||
from .src.DrivePluginExtension import DrivePluginExtension
|
||||
|
||||
|
||||
def getMetaData():
|
||||
return {}
|
||||
|
||||
|
||||
def register(app):
|
||||
return {"extension": DrivePluginExtension()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue