platypush/platypush/plugins/bluetooth/_legacy/_manager/_types.py

6 lines
88 B
Python

from typing import Tuple
ConnectionId = Tuple[str, int]
""" (address, port) pair. """