10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-15 01:35:19 +02:00
irpf90/bin/irpf90

11 lines
141 B
Plaintext
Raw Normal View History

#!/usr/bin/python
import os
import sys
wd = os.path.abspath(os.path.dirname(__file__))
wd += "/../src/"
sys.path.append(wd)
import irpf90