Upload hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/cli/gh_22819.pyf with huggingface_hub
Browse files
hf_env/lib/python3.14/site-packages/numpy/f2py/tests/src/cli/gh_22819.pyf
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python module test_22819
|
| 2 |
+
interface
|
| 3 |
+
subroutine hello()
|
| 4 |
+
end subroutine hello
|
| 5 |
+
end interface
|
| 6 |
+
end python module test_22819
|