6 lines
99 B
Common Lisp
6 lines
99 B
Common Lisp
|
(defpackage :service-edit
|
||
|
(:use :common-lisp))
|
||
|
|
||
|
(defpackage :service-opts
|
||
|
(:use :common-lisp))
|