3 lines
63 B
Python
3 lines
63 B
Python
|
import ansi_escape
|
||
|
print(ansi_escape.set_leds("reset"))
|
||
|
input()
|