1
;;; box/proto.lisp --- Box Protocols
2
3
;;
4
5
;;; Commentary:
6
7
;;; Code:
8
(in-package :box)
9
10
(defconfig box-config () ())