Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Foo:
- def __init__(self) -> None:
- raise NotImplementedError
- class Bar(Foo):
- def __init__(self, name: str) -> None:
- self.name: str = name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement