#!/usr/local/bin/python3.11
"""Manipulate ORIGEN v2.2 TAPE9.INP files."""

from pyne.cli.tape9 import main

main()

