Meta Classes#
Meta class modify class behaviors. For example, the WrapperRegister ensures that all subclasses of
BaseWrapper will wrap functions in cd_and_cd_back_dec()
to make sure that if users do any directory changes inside a wrapper function,
the original directory is returned to afterwards.