Coverage for opt/mealie/lib/python3.12/site-packages/mealie/pkgs/img/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-11-25 15:48 +0000

1""" 

2The img package is a collection of utilities for working with images. While it offers some Mealie specific functionality, libraries 

3within the img package should not be tightly coupled to Mealie. 

4""" 

5 

6from .minify import * 1a