We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532fa82 commit efee61bCopy full SHA for efee61b
.gitignore
@@ -20,6 +20,5 @@ site/
20
.venv/
21
venv/
22
23
-# IntelliJ
24
-.idea/
25
-.run/
+# Build docs
+/src/array_api_typing/_version.py
src/array_api_typing/__init__.py
@@ -0,0 +1,5 @@
1
+"""Static typing support for the array API standard."""
2
+
3
+__all__ = ()
4
5
+from ._version import version as __version__ , version_tuple as __version_tuple__
0 commit comments