feat: init the repo

This commit is contained in:
Pratik Bhadane
2026-03-23 23:34:28 +05:30
commit 7a5a220dfe
344 changed files with 75728 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
Public utilities for ferro_ta (Pandas DataFrame OHLCV contract, etc.).
"""
from __future__ import annotations
from ferro_ta._utils import get_ohlcv
__all__ = ["get_ohlcv"]