- 🔭 I’m currently working on 🌈 to-do list web app using React & Typescript
class Me(Human):
def __init__(self) -> None:
super().__init__()
self.first_name: str = 'Elad'
self.last_name: str = 'Gunders'
self.age: int = 23
self.location: str = 'Israel'
self.jobs: list[str] = ['Full Stack Developer', 'Back End Developer', 'Front End Developer']
self.open_to_work: bool = True
self.hobbies: list[str] = ['Chess', 'Music', 'Video Games']