mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Consider such imports as imports from the standard library or third party libraries instead.
5 lines
31 B
Python
5 lines
31 B
Python
import a
|
|
import b
|
|
|
|
print(a, b)
|