//! Event AST node for ASS dialogue and commands
//!
//! Contains the Event struct and `EventType` enum representing events from the
//! [Events] section with zero-copy design and time parsing utilities.
pub use Event;
pub use EventType;
use Span;