AI Blog Rewriter Updater feature complete
This commit is contained in:
11
lib/ai_writers/blog_rewriter_updater/ai_blog_rewriter.py
Normal file
11
lib/ai_writers/blog_rewriter_updater/ai_blog_rewriter.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
AI Blog Rewriter Module
|
||||
|
||||
This module provides the main entry point for the blog rewriter functionality,
|
||||
importing and using the utility and UI modules.
|
||||
"""
|
||||
|
||||
from .blog_rewriter_ui import write_blog_rewriter
|
||||
|
||||
if __name__ == "__main__":
|
||||
write_blog_rewriter()
|
||||
Reference in New Issue
Block a user