I created a scanner.py file with a method for scanning QuantConnect historical data, but my project already has a main.py file. QuantConnect's backtest button defaults to running main.py. How can I configure the platform to run backtesting on scanner.py instead of main.py?"