Skip to content

Commit 199ad0d

Browse files
nstarmanjorenham
andcommitted
✨: create init file
Co-authored-by: Joren Hammudoglu <[email protected]> Signed-off-by: Nathaniel Starkman <[email protected]>
1 parent 5d31acb commit 199ad0d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ site/
2020
.venv/
2121
venv/
2222

23-
# IntelliJ
24-
.idea/
25-
.run/
23+
# Build docs
24+
/src/array_api_typing/_version.py

src/array_api_typing/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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__

uv.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)