gib-gab-gob/gib-gab-gob.scm

7 lines
189 B
Scheme

(define-module (gib-gab-gob)
#:use-module (gib-gab-gob rps)
#:use-module (gib-gab-gob actors)
#:re-export (make-client make-host))
(set! *random-state* (random-state-from-platform))