6 lines
96 B
Python
Raw Normal View History

from .driver import CrossPointDevice
class CrossPointReaderDevice(CrossPointDevice):
pass