7 lines
166 B
Racket
7 lines
166 B
Racket
#lang setup/infotab
|
|
(define name "FrTime Tool")
|
|
|
|
(define tools '("frtime-tool.rkt"))
|
|
(define tool-icons '("clock.png"))
|
|
(define tool-names '("FrTime Language"))
|