I have the following code in module xyz:
Class Outer: Class Nested: pass
I can successfully instantiate Outer objects as f
Outer