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