mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
5 lines
76 B
Python
5 lines
76 B
Python
from mymod import myfunc
|
|
import mymod
|
|
|
|
print(myfunc())
|
|
print(mymod.myfunc()) |