this input:
from zipline import before_trading_start
or this input:
from zipline.api import before_trading_start
produces this output:
InputRejected:
Importing before_trading_start from zipline raised an ImportError. No modules or attributes with a similar name were found.
does anyone know how to properly load 'before_trading_start' in research?