mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-04-09 06:16:44 +02: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 |