antosdk-apps/Docify/coffees/main.coffee

7 lines
170 B
CoffeeScript
Raw Normal View History

2020-11-19 21:07:28 +01:00
class Docify extends this.OS.application.BaseApplication
constructor: ( args ) ->
super "Docify", args
main: () ->
this.OS.register "Docify", Docify