The Brewmaster

141
reputation
2
7
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