1
2
3
4
5
use crate::modular_num;

modular_num! {
    pub MsgNumber(u32, 26)
}