1
0
Fork 0
Verteiltesystheme-game-of-life/Code/Communication/Member.py

8 lines
81 B
Python

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