mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
This test shows off a few things: - transitive chains of `import *` - multiple modules exporting the same name (to test for cross-talk)
3 lines
31 B
Python
3 lines
31 B
Python
from trois import *
|
|
print(foo)
|