### Using the tool Decorator Quickly create lightweight tools using decorators: **orginal code 👎** from crewai import tool **new code 👍 :** from crewai.tools import tool
Using the tool Decorator
Quickly create lightweight tools using decorators:
orginal code 👎
from crewai import tool
new code 👍 :
from crewai.tools import tool