Пример #1
0
from test import Test


if __name__ == '__main__':
    x = 1
    t = Test(x)
    t.f()
    print(x)