Files

6 lines
60 B
Python

from CircularInheritance2 import B
class Foo(B):
pass