feat(application): wrapup generate/get/list use cases

This commit is contained in:
2026-06-02 22:09:08 +02:00
parent 59b42ce810
commit b171d2d1e2
11 changed files with 145 additions and 3 deletions

View File

@@ -1,2 +1,6 @@
pub mod commands;
pub mod compute;
pub mod generate;
pub mod get_wrapup;
pub mod list_wrapups;
pub mod queries;