4 lines
74 B
Python
4 lines
74 B
Python
|
class DigitalInOut:
|
||
|
def __init__(self, *args, **kwargs):
|
||
|
pass
|