#lang s-exp "lang/base.rkt" (require "world/main.rkt") (require "image.rkt") (provide (all-from-out "world/main.rkt") (all-from-out "image.rkt"))