mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
b1264ef1e3
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
10 lines
231 B
Python
Executable File
10 lines
231 B
Python
Executable File
## @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')
|