interp = interpreters.create()
print('przed')
interp.run('print("w trakcie")')
print('po')
