예제 #1
0
import sys

from package.tobeimported import foo as bar

sys.exit(bar())
예제 #2
0
def foo():
    return bar() + 2