Skip to main content

codetether_agent/tui/app/
impl_app.rs

1use crate::tui::app::state::App;
2
3impl App {
4    pub fn new() -> Self {
5        Self::default()
6    }
7}