//! TA-Py: Python bindings for technical analysis indicators
//!
//! This crate provides Python bindings for the core technical analysis library
//! using PyO3.
//!
//! Note: This crate requires a Python 3.x interpreter to build.
use *;
/// Python module for technical analysis indicators
/// Example function to verify Python bindings work