This commit is contained in:
2025-05-20 23:06:24 +09:00
parent d1f52373bb
commit 6824266a19
9 changed files with 98 additions and 18 deletions

View File

@ -3,6 +3,8 @@ mod model;
mod logic;
mod agent;
mod cli;
mod utils;
mod commands;
use cli::cli_app;
use seahorse::App;