This commit is contained in:
KD
2025-03-13 01:08:54 +00:00
parent 5b92d8857c
commit fc362e4e21
2 changed files with 10 additions and 0 deletions

9
src/types.rs Normal file
View File

@@ -0,0 +1,9 @@
use std::default::Default;
mod types {
pub enum Types {
WAV_EXTENSION,
FLAC_EXTENSION,
MP_EXTENSION,
}
}