Skip to content

Commit efee61b

Browse files
nstarmanjorenham
andcommitted
✨: create init file
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com> Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent 532fa82 commit efee61b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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__

0 commit comments

Comments
 (0)