1
2
3
4
5
6
7
8
//! Structures to hold API respones

pub mod board;
pub mod broadcast;
pub mod game;
pub mod team;
pub mod tournament;
pub mod user;