mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Consider such imports as imports from the standard library or third party libraries instead.
6 lines
32 B
Python
6 lines
32 B
Python
import b
|
|
|
|
import a
|
|
|
|
print(a, b)
|