9 lines
193 B
Racket
9 lines
193 B
Racket
#lang scheme/base
|
|
|
|
(require "../common.ss"
|
|
(for-label mrlib/aligned-pasteboard))
|
|
|
|
(provide (all-from-out "../common.ss")
|
|
(for-label (all-from-out mrlib/aligned-pasteboard)))
|
|
|