Files
openide/python/testData/findUsages/ConstImportedFromAnotherFile.py

4 lines
80 B
Python

from ConstImportedFromAnotherFileDefiner import SOME_CONST
print ( SOME_CONST)