5 lines
66 B
Python
5 lines
66 B
Python
from esptool import _main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
_main() |