some minor cleanup, and coalesce image/images into one thing, and use itertools.cycle

This commit is contained in:
Moishe Lettvin
2024-01-27 19:07:29 -05:00
parent 86af896150
commit 4416f36ae9
8 changed files with 62 additions and 50 deletions

View File

@@ -32,7 +32,8 @@ class ImageQueueFrame(QueueFrame):
@dataclass()
class SpriteQueueFrame(QueueFrame):
images: list[bytes] | None
images: list[bytes]
@dataclass()
class TextQueueFrame(QueueFrame):