I have two files:
file1:
import file2 file2.func1(file2.variable1) def func2(arg): print(\'this is func2\') print(\'it takes this:\', arg)