"""Entry point for running the analyzer as a module.""" from .analyzer import main if __name__ == "__main__": main()