Add logging for pipeline

This commit is contained in:
Moishe Lettvin
2024-03-27 18:48:30 -04:00
parent a3293c6d7a
commit 05c77bce25
2 changed files with 26 additions and 4 deletions

View File

@@ -29,3 +29,6 @@ class FrameProcessor:
async def interrupted(self) -> None:
"""Handle any cleanup if the pipeline was interrupted."""
pass
def __str__(self):
return self.__class__.__name__