from experiments import physik


arg = 123456
result = physik.do_something(arg)
print(result)