Files
system76-edk2/BaseTools/Tests/PythonTest.py
2019-04-09 09:10:20 -07:00

10 lines
231 B
Python

## @file
# Test whether PYTHON_COMMAND is available
#
# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
if __name__ == '__main__':
print('TRUE')