You've already forked calibre-plugins
mirror of
https://github.com/crosspoint-reader/calibre-plugins.git
synced 2026-02-13 15:13:51 -08:00
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
|