5 lines
53 B
Python
5 lines
53 B
Python
|
|
from global_ns_arg import *
|
||
|
|
|
||
|
|
a = foo(1)
|
||
|
|
b = bar_fn()
|