autocad.ss
#lang scheme

(require "backends/autocad/main-new.ss")
(provide (all-from-out "backends/autocad/main-new.ss"))

;; Start AutoCAD automatically when this backend is loaded.
(start-backend)