antosdk-apps/DrawIOWrapper/coffees/main.coffee
2019-11-24 19:33:14 +00:00

7 lines
190 B
CoffeeScript

class DrawIOWrapper extends this.OS.GUI.BaseApplication
constructor: ( args ) ->
super "DrawIOWrapper", args
main: () ->
this.OS.register "DrawIOWrapper", DrawIOWrapper