haydpw's picture
Add application file
08fa61a
raw
history blame contribute delete
109 Bytes
class NotFaceError(Exception):
def __init__(self, *args: object) -> None:
super().__init__(*args)