mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
5b038135de
Adds a TUI for managing, applying, and creating cloud tasks
7 lines
249 B
Rust
7 lines
249 B
Rust
#![allow(clippy::unwrap_used, clippy::expect_used)]
|
|
|
|
// Re-export generated OpenAPI models.
|
|
// The regen script populates `src/models/*.rs` and writes `src/models/mod.rs`.
|
|
// This module intentionally contains no hand-written types.
|
|
pub mod models;
|