"""Compatibility entrypoint for the DeepIVUS CLI. Implementation has been moved into the ``deepivus`` package to keep modules small and easier to maintain. """ from deepivus.cli import cli if __name__ == "__main__": cli()