blob: 0d21da28cfa3243bc362e47d9f2c2abde5824dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
"""
Public API for F2PY G3.
-----
Permission to use, modify, and distribute this software is given under the
terms of the NumPy License. See http://scipy.org.
NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
Author: Pearu Peterson <pearu@cens.ioc.ee>
Created: Oct 2006
-----
"""
from main import main
|