pubusecodama_macros::*;// Solana programs only need Codama macros, which expand to
// nothing at compile time. Everything else must be excluded
// to avoid compiling non-Solana-compatible code.
#[cfg(not(target_os ="solana"))]modcodama;#[cfg(not(target_os ="solana"))]pubuse{codama::*,codama_errors::*,codama_korok_visitors::*,codama_koroks::*,codama_nodes::*,codama_plugin_core::*,codama_stores::*,};