Files

10 lines
77 B
Python
Raw Permalink Normal View History

from director_default import *
f = Foo()
f = Foo(1)
f = Bar()
f = Bar(1)