10 lines
246 B
Python
10 lines
246 B
Python
# SPDX-FileCopyrightText: 2014-2022 Fredrik Ahlberg, Angus Gratton,
|
|
# Espressif Systems (Shanghai) CO LTD, other contributors as noted.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
import esptool
|
|
|
|
if __name__ == "__main__":
|
|
esptool._main()
|