Created a domain module to decouple flows from the core.

This commit is contained in:
2025-05-03 22:49:01 +02:00
parent fce0ebd76b
commit 4e26d3cdcb
9 changed files with 54 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
pub mod flows;
pub mod domain;
use flows::{main::Main, Flow, GamenightState};