Start on a refactoring assistant

This commit is contained in:
Antonio Scandurra 2023-08-18 17:58:22 +02:00
parent 8451e7eb7e
commit 3ad7f528cb
3 changed files with 100 additions and 0 deletions

View file

@ -1,5 +1,6 @@
pub mod assistant;
mod assistant_settings;
mod refactor;
use anyhow::Result;
pub use assistant::AssistantPanel;