| Total Complexity | 0 |
| Total Lines | 5 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | 1 | from .text import Text |
|
| 2 | 1 | from .font import Font |
|
| 3 | 1 | from .template import Template, Placeholder |
|
| 4 | from .image import Image |
||
| 5 |