10 lines
77 B
Python
10 lines
77 B
Python
from director_default import *
|
|
|
|
|
|
f = Foo()
|
|
f = Foo(1)
|
|
|
|
|
|
f = Bar()
|
|
f = Bar(1)
|