//! Genomic types and identifiers for FEAGI.
//!
//! Provides core types for identifying and categorizing entities within the genome,
//! including custom, memory, core, sensory, and motor cortical regions.
// Made public for external access
pub use ;
pub use MotorCorticalUnit;
pub use SensoryCorticalUnit;
pub use UnitTopology;