From b57959ace342b83a65a8961f7a26be2f89963263 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 15 Feb 2022 14:37:36 -0600 Subject: added package.lisp --- src/main.lisp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/main.lisp') 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 -- cgit v1.2.3