(module desmo-logs (run-logs) (import scheme (chicken base)) (define (run-logs opts) (print "TODO") 'todo))