60fa0c113d
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>
7 lines
91 B
Python
7 lines
91 B
Python
def main():
|
|
print("Hello from learn-trading!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|