| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/trailofbits/codeql/main/python/extractor/python_imports.py | [Back] [Original] |
#!/usr/bin/env python
'''This module sets up sys.path from the environment
and runs the .import file generation.'''
import python_tracer
if __name__ == "__main__":
python_tracer.load_library()
import semmle.imports
semmle.imports.main()
| Web Proxy Viewer | New URL | Original Page |