Files
learn-trading/main.py
T
tomatocream 60fa0c113d chore: initial project scaffold for quant trading learning
Sets up project structure with yfinance-based OHLCV fetcher for top
100 S&P companies, Jupyter notebook scaffold, and uv-managed deps.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 00:58:02 +08:00

7 lines
91 B
Python

def main():
print("Hello from learn-trading!")
if __name__ == "__main__":
main()