Skip to content

Commit

Permalink
Add missing types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 7, 2023
1 parent 43acf5b commit f673cdc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/ucxx/types.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES.
# SPDX-License-Identifier: BSD-3-Clause

from ._lib.libucxx import UCXXTag, UCXXTagMask, UCXXTagMaskFull # noqa

Tag = UCXXTag
TagMask = UCXXTagMask
TagMaskFull = UCXXTagMaskFull

0 comments on commit f673cdc

Please sign in to comment.