mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
5 lines
86 B
Python
5 lines
86 B
Python
from module import *
|
|
from module import _hidden2, _hidden1
|
|
|
|
print(_hidden1, _hidden2)
|