mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
7 lines
198 B
Rust
7 lines
198 B
Rust
pub(crate) use codex_extensions::plugins::render_explicit_plugin_instructions;
|
|
pub(crate) use codex_extensions::plugins::render_plugins_section;
|
|
|
|
#[cfg(test)]
|
|
#[path = "render_tests.rs"]
|
|
mod tests;
|