1pub mod calc;
2pub mod fu;
3pub mod hand;
4pub mod limit_hand;
5pub mod payment;
6pub mod score;
7pub mod suit;
8pub mod tile;
9pub mod tile_group;
10pub mod yaku;
11
12const VALID_SEQUENCE_VALUES: &[&str] = &[
13 "123", "234", "345", "456", "567", "678", "789", "340", "406", "067",
14];