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