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)
2 lines
18 B
Python
2 lines
18 B
Python
from two import *
|