"""Allow ``python -m optix`` as an alias for the optimizer CLI."""

from __future__ import annotations

from optix import main

if __name__ == "__main__":
    main()