{"""Entry point for the DocGen CLI.""" from docgen.cli import app if __name__ == "__main__": app()