1
2
3
use cw_storage_plus::Item;
/// OS-ID storage key
pub const OS_ID: Item<u32> = Item::new("\u{0}{5}os_id");