story writer backend migration complete, Blog writer SEO and story writer backend migration complete, Blog writer SEO and story writer frontend migration complete
This commit is contained in:
10
backend/services/story_writer/__init__.py
Normal file
10
backend/services/story_writer/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Story Writer Service
|
||||
|
||||
Provides story generation functionality using prompt chaining.
|
||||
Supports multiple personas, styles, and iterative story generation.
|
||||
"""
|
||||
|
||||
from .story_service import StoryWriterService
|
||||
|
||||
__all__ = ['StoryWriterService']
|
||||
Reference in New Issue
Block a user