1 #![allow(clippy::module_inception)]
2 
3 #[allow(clippy::redundant_static_lifetimes)]
4 #[rustfmt::skip]
5 mod tables;
6 
7 pub(crate) use self::tables::*;
8