racket/collects/slideshow/code-pict.rkt
Robby Findler 9932ef33f7 move the slideshow/pict library to its own collection
also, adjust all of the requires in the tree to point to the pict
collection
2013-05-12 22:07:58 -05:00

4 lines
73 B
Racket

#lang racket/base
(require pict/code)
(provide (all-from-out pict/code))