updating ba, bastd

This commit is contained in:
Ayush Saini 2022-06-09 01:26:46 +05:30
parent c2ddced5cf
commit 3c43b5661b
169 changed files with 13214 additions and 4232 deletions

View file

@ -17,7 +17,7 @@ if TYPE_CHECKING:
@dataclass
class ServerNodeEntry:
"""Information about a specific server."""
region: Annotated[str, IOAttrs('r')]
zone: Annotated[str, IOAttrs('r')]
address: Annotated[str, IOAttrs('a')]
port: Annotated[int, IOAttrs('p')]