6 lines
96 B
Python
6 lines
96 B
Python
|
|
from .driver import CrossPointDevice
|
||
|
|
|
||
|
|
|
||
|
|
class CrossPointReaderDevice(CrossPointDevice):
|
||
|
|
pass
|