// Allow the macro to reference the crate externally even from within itself
extern crate self as godot_bevy;
use ;
// Re-export inventory to avoid requiring users to add it as a dependency
pub use inventory;
// Re-export paste to avoid requiring users to add it as a dependency for transform sync macros
pub use paste;
;