#[cfg(all(any(bazel, feature = "generate-bindings"), not(feature = "_build")))]
mod proto {
include!(concat!(env!("OUT_DIR"), "/proto/mod.rs"));
}
#[cfg(all(not(any(bazel, feature = "generate-bindings")), not(feature = "_build")))]
mod proto;
#[cfg(any(bazel, not(feature = "_build")))]
pub use proto::*;