mirror of
https://github.com/github/codeql.git
synced 2026-04-15 03:54:02 +02:00
6 lines
66 B
Rust
6 lines
66 B
Rust
mod base;
|
|
mod generated;
|
|
mod mappings;
|
|
|
|
pub use base::Translator;
|