mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 15:53:38 +07:00
5 lines
63 B
Python
5 lines
63 B
Python
# we import a value
|
|
from boo import BOO
|
|
print(BOO)
|
|
# <ref>
|