mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-12 12:01:21 -05:00
7 lines
227 B
Python
7 lines
227 B
Python
"""
|
|
The img package is a collection of utilities for working with images. While it offers some Mealie specific functionality, libraries
|
|
within the img package should not be tightly coupled to Mealie.
|
|
"""
|
|
|
|
from .minify import *
|