# B.py if __name__=='__main__': import A print A.f(5) def g(x): return 2*x+6