mirror of
https://gitee.com/qpy-solutions/tracker-v2.git
synced 2025-05-19 11:08:26 +08:00
4 lines
56 B
Python
4 lines
56 B
Python
|
|
||
|
class Sensor():
|
||
|
def __init__(self):
|
||
|
pass
|