Example: ``` python # a.pyi class Foo: ... ``` ``` python # b.py import a a2 = a x = a2.Foo # error: module has no attribute Foo ```