feat: add docstring (#1819)

Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
Marco Vinciguerra
2024-12-31 05:51:43 +01:00
committed by GitHub
parent 45b802a625
commit a548463fae
5 changed files with 11 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ from crewai.flow.visualization_utils import (
class FlowPlot:
"""Handles the creation and rendering of flow visualization diagrams."""
def __init__(self, flow):
"""
Initialize FlowPlot with a flow object.