Source code for peek_plugin_base.agent.PeekAgentPlatformHookABC

from peek_plugin_base.PeekPlatformCommonHookABC import PeekPlatformCommonHookABC
from peek_plugin_base.PeekPlatformServerInfoHookABC import PeekPlatformServerInfoHookABC


[docs]class PeekAgentPlatformHookABC(PeekPlatformCommonHookABC, PeekPlatformServerInfoHookABC): pass