let's say I have `:lib` and `:lib-with-gui`. they'...
# announcements
z
let's say I have
:lib
and
:lib-with-gui
. they're both libraries, but I want to keep certain classes in
:lib
callable from
:lib-with-gui
, but not expose that code in
:lib
externally. is that possible?