8 lines
161 B
Python
Executable File
8 lines
161 B
Python
Executable File
"""
|
|
Copyright (c) Contributors to the Open 3D Engine Project
|
|
|
|
SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
"""
|
|
import azlmbr
|
|
print ('Able to load azlmbr module.')
|