Codestyle & typing

This commit is contained in:
Jaime van Kessel 2019-01-04 11:50:02 +01:00
parent b363be4afb
commit b4b7e1fc21
3 changed files with 4 additions and 3 deletions

View file

@ -3,8 +3,10 @@
from .src.DrivePluginExtension import DrivePluginExtension
def getMetaData():
return {}
def register(app):
return {"extension": DrivePluginExtension()}