imagine mybiglib, mybiglib.internal, mybiglib.other, and each of themnot single module, but package itself. so we have module mybiglib.other.thingy which wants to use functions frommodule mybiglib.internal.wisdom, which is part of mybiglib.internalpackage.
Do we need a hierarchy of internals, is the problem this big? Why mybiglib.wisdom is not good?