10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/src/lib/manager.py
Thomas Applencourt a4a6d7ceaa Move lib
2017-02-16 19:14:37 -06:00

11 lines
117 B
Python

try:
import irpy
except:
import static_irpy as irpy
try:
import ashes
except:
import static_ashes as ashes