ffmap-backend/link.py

7 lines
108 B
Python

class Link():
def __init__(self):
self.pair = None
self.distance = None
self.strength = None