vtcode_core/
constants.rs

1//! Constants used throughout the application
2//!
3//! This module re-exports constants from the config module.
4
5pub use crate::config::constants::*;