Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Adam Hopkins

Adam Hopkins

Adam Hopkins has asked 6 questions and find answers to 3 problems.

Stats

161
EtPoint
52
Vote count
6
questions
3
answers

About

class Adam:

    def __init__(self):
        self.work = PacketFabric("Mgr Software Engineer")
        self.oss = Sanic("Core Maintainer")
        self.home = Israel("Negev")

    async def run(self, inputs: Union[Pretzels, Coffee]) -> None:
        while True:
            await self.work.do(inputs)
            await self.oss.do(inputs)
        
    def sleep(self):
        raise NotImplemented