if I have something like
import mynewclass
Can I add some method to mynewclass? Something like the following in concept:
de
Yes, if it's a Python type. Except you'd do it on the class, not the module/package.