wire/main.ss
#lang scheme
(require "format.ss"
         "driver.ss")
(provide (all-from-out "format.ss"
                       "driver.ss"))