Source code for peek_plugin_base.agent.PeekAgentPlatformHookABC

from peek_plugin_base.PeekPlatformCommonHookABC import PeekPlatformCommonHookABC
from peek_plugin_base.PeekPlatformServerInfoHookABC import PeekPlatformServerInfoHookABC
from peek_plugin_base.agent.PeekPlatformAgentHttpHookABC import \
    PeekPlatformAgentHttpHookABC


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