So the Adventure module contains a Person class and an TOOLS constant.

There are more things an adventure can have, but we naturally understand that all of these things are part of an adventure. How do we call them, though?

See that? If that's too longwinded, we can also use include to, you know, include the whole module.

Psst: remember that we access classes and constants in a module with the :: sign, or notation.

Maybe that's not the best way to call this constant?