Foocli

157
reputation
1
11
from alljobs import SoftwareEngineer, Photographer
from body.parts import Brain
from world.location.America import Chicago

class Foocli(SoftwareEngineer, Photographer):
    def __init__(self, *args, **kwargs):
        super().__init__(*args, **kwargs)

        self.username = 'Foocli'
        self.password = Brain.storage.password
        self.location = Chicago
        self.current_duty = 'Python / Django'
        self.previous_duty = [
            'php / Symfony / Laravel',
            'JS / Vue',
            'RESTful API',
        ]
        self.bio = 'I love programming but I hate PAIR programming.'