```python class A: a: int = 0 b: int = 1 print(A.__annotations__) ``` mypy output: `error: "A" has no attribute "__annotations__"` checked with mypy v0.501