Skip to main content

sqry_lang_shell/relations/
mod.rs

1// Relation extraction entry points for the Shell plugin.
2
3mod graph_builder;
4pub use graph_builder::ShellGraphBuilder;