refactor: introduce lightweight hexagonal layout

This commit is contained in:
2026-06-13 06:42:35 +02:00
parent 6fc5cc1bc8
commit aa3b678cc5
9 changed files with 46 additions and 35 deletions

3
src/application/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
mod pokedex;
pub use pokedex::{PokedexService, translation_kind_for};