mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
147 B
Python
7 lines
147 B
Python
import package
|
|
import helper
|
|
import package.assistant
|
|
#We expect that 'a' below will be 1 not a module.
|
|
from confused_elements import a
|
|
|
|
import sys |