1pub mod get_video_response; 2pub mod main_page; 3 4pub use self::{ 5 get_video_response::GetVideoResponse, 6 main_page::MainPage, 7};