import this as Python
from corporate import Company, Role
from world.humanity import Person
class ComputerEngineer:
    """Sith Academy dropout, had to learn to code. Still waiting for the sequel."""
    def __init__(self) -> None:
        self._person = Person(
            name="Łukasz Żmudziński",
            super_power=Python,
            current_job=Company(
                name="STX Next",
                roles=(
                    Role.BACKEND_TEAM_LEAD,
                    Role.SENIOR_BACKEND_ENGINEER,
                    Role.TECHNICAL_RECRUITER,
                ),
            ),
            contact={
                "family_website": "https://zmudzinski.me",
                "github": "https://github.com/lukzmu",
            },
        )
    def hello_there(self) -> str:
        return f"General {self._person.name}. You are a bold one!"
🐙
    Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.
    Pinned Loading
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.