Skip to content

Commit 7cd6a11

Browse files
committed
✨: create init file
Signed-off-by: nstarman <[email protected]>
1 parent 00d13e4 commit 7cd6a11

File tree

3 files changed

+233
-0
lines changed

3 files changed

+233
-0
lines changed

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__

src/array_api_typing/_version.py

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

0 commit comments

Comments
 (0)