File size: 109 Bytes
08fa61a |
1 2 3 |
class NotFaceError(Exception):
def __init__(self, *args: object) -> None:
super().__init__(*args) |
08fa61a |
1 2 3 |
class NotFaceError(Exception):
def __init__(self, *args: object) -> None:
super().__init__(*args) |