Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 382 Bytes
class Adam:
    work = PacketFabric("Vice President of Software Engineering")
    oss = Sanic("Core Maintainer")
    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 NotImplementedError