Pull out logic.py into new directory

This commit is contained in:
Daan Koning
2023-01-23 14:02:15 +01:00
parent 166332a669
commit daf4e6f632
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
The tool fetches the odds from The Odds API (https://the-odds-api.com/) and compares the odds at different
bookmakers to each other in order to determine whether there are profitable and risk-free bets available."""
from logic import get_arbitrage_opportunities
from src.logic import get_arbitrage_opportunities
import os
import argparse
from dotenv import load_dotenv