So that users of our library don’t have to import all of our nicely partitioned modules individually, we’ll expose a facade module that re-exports all of the public interfaces for each module. Just use
(use-modules (emacsy emacsy))
or
#:use-module (emacsy emacsy)