4 lines
79 B
Common Lisp
4 lines
79 B
Common Lisp
(defpackage :sgp2dot
|
|
(:use :common-lisp :s-xml)
|
|
(:export :convert :main))
|
|
|