mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
4
python/extractor/__main__.py
Normal file
4
python/extractor/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import semmle.populator
|
||||
|
||||
if __name__ == "__main__":
|
||||
semmle.populator.main()
|
||||
Reference in New Issue
Block a user