You've already forked calibre-plugins
mirror of
https://github.com/crosspoint-reader/calibre-plugins.git
synced 2026-04-29 10:26:59 -07:00
bb036730c8
Source from @itsthisjustin in https://github.com/crosspoint-reader/crosspoint-reader/pull/404
6 lines
96 B
Python
6 lines
96 B
Python
from .driver import CrossPointDevice
|
|
|
|
|
|
class CrossPointReaderDevice(CrossPointDevice):
|
|
pass
|