Jacob H wrote:
> Hello all,
>
> I would like to be able to take a module full of class instances,
> functions, etc and bind all its names to a separate container class
in
> a different module. I have come up with the following way to do it..
[snip]
> I feel uneasy about this method. I foresee bad
Hello all,
I would like to be able to take a module full of class instances,
functions, etc and bind all its names to a separate container class in
a different module. I have come up with the following way to do it..
(module "globals")
class Container:
pass
container = Container()
(module "