add config

This commit is contained in:
2025-05-20 23:37:00 +09:00
parent 6824266a19
commit f09fd0c020
6 changed files with 89 additions and 22 deletions

View File

@ -5,6 +5,7 @@ mod agent;
mod cli;
mod utils;
mod commands;
mod config;
use cli::cli_app;
use seahorse::App;