mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 23:57:39 +03:00
6 lines
96 B
Python
6 lines
96 B
Python
from .driver import CrossPointDevice
|
|
|
|
|
|
class CrossPointReaderDevice(CrossPointDevice):
|
|
pass
|