(uiop:define-package :hsx
(:nicknames #:hsx/main)
(:use #:cl)
(:use-reexport #:hsx/hsx)
(:import-from #:hsx/builtin))
(in-package :hsx)