fix relative import

This commit is contained in:
Suhas Deshpande
2025-04-17 10:11:46 -07:00
committed by Vini Brasil
parent b746a648c8
commit 7fba976d00

View File

@@ -10,7 +10,7 @@ from write_a_book_with_flows.crews.write_book_chapter_crew.write_book_chapter_cr
)
from write_a_book_with_flows.types import Chapter, ChapterOutline
from .crews.outline_book_crew.outline_crew import OutlineCrew
from write_a_book_with_flows.crews.outline_book_crew.outline_crew import OutlineCrew
class BookState(BaseModel):