Use module or class with a container that holds only object references?

Hi,

I have a number of object references that I need to use in most if not
all of my classes.

Would it be better to hold them in a separate class and instantiate
the class and reference the object in the rest of the classes, or use
a module?

Thanks

Aidy