AmmarFahmy
adding all files
105b369
from phi.utils.enum import ExtendedEnum
class Protocol(str, ExtendedEnum):
UDP = "UDP"
TCP = "TCP"
SCTP = "SCTP"