mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
6 lines
57 B
Python
6 lines
57 B
Python
from module import (
|
|
foo,
|
|
bar,
|
|
)
|
|
|
|
print(foo, bar) |