4 lines
97 B
Racket
4 lines
97 B
Racket
#lang s-exp "lang/base.rkt"
|
|
(require "image/main.rkt")
|
|
(provide (all-from-out "image/main.rkt"))
|