mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 22:57:58 +07:00
GitOrigin-RevId: 992b1d44d248725f31f599d53efdd4e4b854824a
6 lines
63 B
Python
6 lines
63 B
Python
from source import foo as foo1
|
|
|
|
foo = 1
|
|
|
|
x = foo1()
|
|
res = x + 2 |