Skip to content

Commit

Permalink
Solution: Software Engineers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lobodInI committed Sep 2, 2023
1 parent 7ccfc8e commit 9a9b559
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def create_smooth_mobile_app(self) -> str:


class FullStackDeveloper(BackendDeveloper, FrontendDeveloper):
def __init__(self, name: str) -> None:
super().__init__(name)

def create_web_application(self) -> None:
print(f"{self.name} started creating a web application...")
self.create_powerful_api()
Expand Down

0 comments on commit 9a9b559

Please sign in to comment.