This commit is contained in:
2025-11-06 22:46:23 +03:00
parent a184e855f0
commit ecdbc7e028
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ from dataclasses import dataclass
@dataclass(frozen=True)
class UdidInfo:
host: str
port: int
user: str
pswd: str