diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index ae0361f..197b106 100644 --- a/package.lisp +++ b/package.lisp @@ -1,8 +1,10 @@ ;;;; package.lisp (defpackage #:animise - (:use #:cl #:lettuce) + (:use #:cl) (:import-from #:trivia #:match) + (:import-from #:alexandria + #:when-let) (:export ;; TWEEN CLASSES |