""" Enables usage with `python -m ruff_ecosystem` """ import ruff_ecosystem.cli if __name__ == "__main__": ruff_ecosystem.cli.entrypoint()