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

11 lines
141 B
Python
Executable File

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