Source code for LOGS.Entities.BridgeType

from enum import Enum


[docs] class BridgeType(Enum): Client = "Client" SFTP = "SFTP"