I think we can replace [this entire 36 line python file](https://github.com/jbae11/openmc_activator/blob/main/download_fns_fusion_decay.py) with with a single terminal line ``` wget -U "Mozilla/5.0" https://nds.iaea.org/conderc/fusion/files/fns.zip && unzip fns.zip ``` I am keen to do this after we have some CI
I think we can replace this entire 36 line python file with with a single terminal line
I am keen to do this after we have some CI