You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
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')
|