summaryrefslogtreecommitdiff
path: root/numpy/f2py/__init__.pyi
blob: 50594c1e36670737e1e757efaa6857a8c21bb8b4 (plain)
1
2
3
4
5
6
7
from typing import Any, List

__all__: List[str]

run_main: Any
compile: Any
f2py_testing: Any