3 lines
50 B
Python
3 lines
50 B
Python
async def log_handler(line: str):
|
|
print(line)
|
async def log_handler(line: str):
|
|
print(line)
|