nosdigitalmedia's picture
Attempt to set up application
4e0f321
raw
history blame contribute delete
146 Bytes
class Verdict:
def __init__(self, allowed: bool, highlights: list = []):
self.allowed = allowed
self.highlights = highlights