Files
codeql/python/ql/test/experimental/dataflow/import-helper/test2.py
2020-09-22 16:28:19 +02:00

4 lines
49 B
Python

from mypkg import foo, bar
print(foo)
print(bar)