/// Shapes module for PowerPoint presentations.
///
/// This module provides types for working with shapes on slides, including:
/// - Text shapes with text frames
/// - Pictures (images)
/// - Tables
/// - Placeholders
///
/// The design follows the python-pptx library structure.
pub use ;
pub use Picture;
pub use ;
pub use TextFrame;