mirror of
https://github.com/github/codeql.git
synced 2026-03-02 22:03:42 +01:00
6 lines
111 B
Python
Executable File
6 lines
111 B
Python
Executable File
#!/usr/bin/python3
|
|
|
|
import generate_flow_model as model
|
|
|
|
language = "java"
|
|
model.Generator.make(language).run() |