4 lines
83 B
Common Lisp
4 lines
83 B
Common Lisp
|
(uiop:define-package #:time-window
|
||
|
(:use #:cl)
|
||
|
(:export #:time-window #:main))
|