Add input module

This commit is contained in:
2026-03-19 00:32:27 +08:00
parent c144376e6c
commit 6630abc32b

5
src/input/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
//! 輸入源模組
pub mod file;
pub mod youtube;
pub mod cloud;