Files
ALwrity/backend/services/blog_writer/blog_service.py

11 lines
398 B
Python

"""
AI Blog Writer Service - Main entry point for blog writing functionality.
This module provides a clean interface to the modular blog writer services.
The actual implementation has been refactored into specialized modules:
- research/ - Research and keyword analysis
- outline/ - Outline generation and optimization
- core/ - Main service orchestrator
"""
from .core import BlogWriterService