, ?
, . , , , .. , ( ).
from <module> import <item> , .
, , if __name__ == '__main__': .
, , , :
def foo(x):
return x + 5
def bar(y):
return y * 2
def qux(x):
return foo(bar(x))
from module import qux, foo bar, qux.
, , : ( ..).
, , __init__.py, . . , , , , , .