mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 11:09:14 +08:00
9 lines
186 B
Python
9 lines
186 B
Python
# SPDX-FileCopyrightText: 2016-2022 Espressif Systems (Shanghai) CO LTD
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
import espsecure
|
|
|
|
if __name__ == "__main__":
|
|
espsecure._main()
|