# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.## See LICENSE for license information."""Test basic installation of Paddle extensions"""deftest_import():""" Test if Paddle extension can be imported normally """importtransformer_engine.paddle# pylint: disable=unused-import