It is currently required to shut up mypy when run with `--strict` or `--disallow-subclassing-any`. The `Any` base class is currently the only way to allow passing an instance of `Mock` to functions expecting other classes (as is Mock's purpose).