mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
86 B
Python
10 lines
86 B
Python
|
|
|
|
__all__ = [ "x", "y", "z", "module" ]
|
|
|
|
x = 1
|
|
if 0:
|
|
y = 2
|
|
|
|
import package.module
|