mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-28 04:30:25 -04: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 *
|