do_work.py 386 B

1234567891011121314151617
  1. """
  2. Copyright (c) Contributors to the Open 3D Engine Project.
  3. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. SPDX-License-Identifier: Apache-2.0 OR MIT
  5. """
  6. #
  7. # does some work
  8. #
  9. import sys
  10. import os
  11. import azlmbr
  12. import azlmbrtest
  13. def print_entity_id(entityId):
  14. print ('entity_id {} {}'.format(entityId.id, entityId.isValid()))