Files
IPAToolClient/models.py
2025-11-06 22:46:23 +03:00

12 lines
169 B
Python

from dataclasses import dataclass
@dataclass(frozen=True)
class UdidInfo:
host: str
port: int
user: str
pswd: str
app_name: str
bundle_id: str