Move to src dir usage (#99)

This commit is contained in:
Greyson LaLonde
2024-01-10 09:39:36 -05:00
committed by GitHub
parent a944cfc8d0
commit 155368be3b
22 changed files with 17 additions and 6 deletions

4
src/crewai/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from crewai.agent import Agent
from crewai.crew import Crew
from crewai.process import Process
from crewai.task import Task