Skip to content

Commit 40bf561

Browse files
committed
✨: create init file
Signed-off-by: nstarman <[email protected]>
1 parent 5d31acb commit 40bf561

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: src/array_api_typing/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Static typing support for the array API standard."""
2+
3+
__all__: list[str] = []
4+
5+
from ._version import version as __version__ , version_tuple as __version_tuple__

Diff for: src/array_api_typing/_version.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file is automatically generated by Hatch
2+
version = '0.1.dev10+g7941e46.d20241205'
3+
version_tuple = (0, 1, 'dev10', 'g7941e46.d20241205')

0 commit comments

Comments
 (0)