mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
/**
|
|
* A module importing all generated Models as Data models.
|
|
*/
|
|
|
|
import java
|
|
|
|
private module GeneratedFrameworks {
|
|
private import kotlin.StdLibGenerated
|
|
}
|