mirror of
https://gitee.com/qpy-solutions/tracker-v2.git
synced 2025-05-19 02:58:25 +08:00
4 lines
53 B
Python
4 lines
53 B
Python
|
|
||
|
class LED():
|
||
|
def __init__(self):
|
||
|
pass
|