5 lines
61 B
Python
5 lines
61 B
Python
from director_keywords import *
|
|
|
|
f = Foo()
|
|
f.check_self(20)
|
|
|
from director_keywords import *
|
|
|
|
f = Foo()
|
|
f.check_self(20)
|
|
|