mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
The registry module splits the work that specs.SpecRegistry used to do into two classes: GeneratorRegistry and SourceGroupRegistry. These two registries are wrapped in Register and Unregister utilities for API convenience.
6 lines
130 B
Python
6 lines
130 B
Python
# flake8: noqa
|
|
|
|
from . import conf
|
|
from .specs import ImageSpec
|
|
from .pkgmeta import *
|
|
from .registry import register, unregister
|