1
2
3
4
5
6
7
pub mod get_video_response;
pub mod main_page;

pub use self::{
    get_video_response::GetVideoResponse,
    main_page::MainPage,
};