Python 3.6 and 3.8.
I was using the following lines to start a server:
class MyServer: async def main(self, handler, host, port): self._server