in reply to Possibly Stupid OOP question
Why import from a package that doesn't export anything?
Only when the package starts exporting something *and* the would-be importer uses some of those exported functions does your issue surface, and that's not likely to happen with packages that are classes.
|
---|