mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-07 06:33:43 +01:00
11 lines
141 B
Python
Executable File
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
|