Something along the lines of:
myGroup = packageA._ ++ packageB._ ++ packageC.{method1; method2}
Then I can just do one import:
import myGroup._
And then to be able to do
myLargerGroup = myGroup ++ packageD._
As I understand it, there’s no way I can do that at the moment.