# Copyright (c) OpenMMLab. All rights reserved.from.torchsparse_wrapperimportregister_torchsparsetry:importtorchsparse# noqaexceptImportError:IS_TORCHSPARSE_AVAILABLE=Falseelse:IS_TORCHSPARSE_AVAILABLE=register_torchsparse()__all__=['IS_TORCHSPARSE_AVAILABLE']