"""Entry point for running the pipeline as: python -m lidar_pipeline""" from .cli import main if __name__ == "__main__": main()