ansi_escape/examples/keyboard.py

3 lines
63 B
Python

import ansi_escape
print(ansi_escape.set_leds("reset"))
input()