Hi @tylerprogramming, in your third video (https://github.com/tylerprogramming/ai/tree/main/crewai_series/day_03) you mentioned you could start the main.py with:
import sys
from crew import [Projectanme]
rather than using the default from create crewai:
import sys
from [projectname].crew import [Projectname]
but I get a pylance error about resolving "crew" in the above statement. Is there anything else you change to make that work?
What are the consequences of leaving it?
Thank you for your thoughtfulness in producing these videos!