#!/usr/local/bin/python3.11
"""Read a MCNP Ptrac file and save it in HDF5 format."""

from pyne.ptrac_to_hdf5 import main

main()

