mirror of
https://github.com/github/codeql.git
synced 2026-05-12 18:29:30 +02:00
Will need subsequent PRs fixing up test failures (due to deprecated methods moving around), but other than that everything should be straight-forward.
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
/**
|
|
* Provides Python-specific definitions for use in the data flow library.
|
|
*/
|
|
module Private {
|
|
import DataFlowPrivate
|
|
// import DataFlowDispatch
|
|
}
|
|
|
|
module Public {
|
|
import DataFlowPublic
|
|
import DataFlowUtil
|
|
}
|