mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
9 lines
138 B
Python
9 lines
138 B
Python
|
|
from who_knows_what import *
|
|
|
|
#Anything could be imported from who_knows_what
|
|
#So we have to assume the following could be defined
|
|
a
|
|
b
|
|
c
|