Se le puse la opcion ambas en el modelo de puertos

This commit is contained in:
2026-05-13 09:54:20 -05:00
parent 6f2ce605a8
commit 458d348638

View File

@@ -9,6 +9,7 @@ import enum
class PortType(str, enum.Enum):
ENTRY = "ENTRY"
EXIT = "EXIT"
BOTH = "BOTH"
DESTINATION = "DESTINATION"