10 lines
222 B
Python
10 lines
222 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')
|