__init__.pyi 95 B

1234567
  1. from typing import Any, List
  2. __all__: List[str]
  3. run_main: Any
  4. compile: Any
  5. f2py_testing: Any