add missing imports

This commit is contained in:
hyugogirubato
2025-07-09 23:39:41 +02:00
parent 58ef27f227
commit 3a80dfe47b
+1
View File
@@ -128,6 +128,7 @@ The `ComicInfo` class represents a comic book with metadata and pages. It suppor
```python
from cbz.comic import ComicInfo
from cbz.constants import PageType, YesNo, Manga, AgeRating, Format
from cbz.page import PageInfo
# Example usage: