tsk-76: Added util module

This commit is contained in:
2025-10-24 12:37:33 -04:00
parent c9ea18f9ec
commit f66436472a

View File

@@ -7,6 +7,7 @@ pub mod song;
pub mod token;
pub mod types;
pub mod user;
pub mod util;
pub mod init {
pub fn is_id_valid(num: &i32) -> bool {