Verteiltesystheme/Code/Communication/Member.py

9 lines
82 B
Python
Raw Normal View History

from dataclasses import dataclass
@dataclass
class Member:
ip: str
port: int