//! omnitype: A hybrid type checker for Python and other dynamic languages.
//!
//! This library provides static and runtime type checking capabilities,
//! with support for type inference and automatic type annotation.
/// Re-exports commonly used types and traits.
/// The main entry point for the omnitype application.