python-by-example-150-chall.../venv/lib/python3.6/site-packages/numpy/f2py/info.py

7 lines
136 B
Python
Raw Permalink Normal View History

2019-08-04 20:26:35 +08:00
"""Fortran to Python Interface Generator.
"""
from __future__ import division, absolute_import, print_function
postpone_import = True