#!/usr/bin/env python
"""Terminal-based nuclear data generator entry point."""

from pyne.dbgen.nuc_data_make import main

main()

