diff options
author | Colin Okay <okay@toyful.space> | 2022-02-15 14:37:36 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-15 14:37:36 -0600 |
commit | b57959ace342b83a65a8961f7a26be2f89963263 (patch) | |
tree | 6355a33dd235276178f6b08e2732fc8008df3dcc /src/main.lisp | |
parent | 55cbb146e64eac0d5ce5188f66551aa1a6dd9e97 (diff) |
added package.lisp
Diffstat (limited to 'src/main.lisp')
-rw-r--r-- | src/main.lisp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.lisp b/src/main.lisp index 97e0ffc..b956b0a 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -1,11 +1,3 @@ -(defpackage oneliners.api - (:use :cl) - (:local-nicknames (#:lzb #:lazybones) - (#:a #:alexandria-2) - (#:db #:bknr.datastore)) - (:import-from #:lazybones - #:defendpoint* - #:http-err)) (in-package :oneliners.api) ;;; DATA DEFINITIONS |