There's more! Modules can have constants. This is another handy thing for separating code.
While we can't have states, we can have constants. We've just declared a LEGS constant in a module we called Quadruped.
Psst: when we include this module in a class, the constant will be available for us to use in that class.
A quadruped doesn't have two legs, does it?