Source code for peek_plugin_base.worker.PeekWorkerPlatformHookABC

from peek_plugin_base.PeekPlatformCommonHookABC import PeekPlatformCommonHookABC


[docs]class PeekWorkerPlatformHookABC(PeekPlatformCommonHookABC): pass