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