mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
7 lines
190 B
CoffeeScript
7 lines
190 B
CoffeeScript
|
class DrawIOWrapper extends this.OS.GUI.BaseApplication
|
||
|
constructor: ( args ) ->
|
||
|
super "DrawIOWrapper", args
|
||
|
|
||
|
main: () ->
|
||
|
|
||
|
this.OS.register "DrawIOWrapper", DrawIOWrapper
|