df-bug-bot/package.lisp

10 lines
147 B
Common Lisp

;;;; package.lisp
(defpackage #:df-bug-bot
(:use #:cl :glacier :with-user-abort)
(:export :main))
(in-package :df-bug-bot)