mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
4874b9291a
Part 1 of presentation tool artifact
7 lines
87 B
Rust
7 lines
87 B
Rust
mod presentation_artifact;
|
|
|
|
#[cfg(test)]
|
|
mod tests;
|
|
|
|
pub use presentation_artifact::*;
|