7 lines
108 B
Python
7 lines
108 B
Python
import asyncio
|
|
|
|
|
|
class AiologgerProtocol(asyncio.Protocol):
|
|
async def _drain_helper(self):
|
|
pass
|