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