"""Entry point for AI Novel Writer.""" from ai_novel.main import cli if __name__ == "__main__": cli()