__init__.py 174 Bytes
Newer Older
zhangwenwei's avatar
zhangwenwei committed
1
2
3
4
# from . import compiling_info
from .compiling_info import get_compiler_version, get_compiling_cuda_version

__all__ = ['get_compiler_version', 'get_compiling_cuda_version']