9 lines
246 B
Python
9 lines
246 B
Python
from __future__ import unicode_literals
|
|
|
|
from .classes import ( # NOQA
|
|
TransformationResize, TransformationRotate, TransformationZoom # NOQA
|
|
)
|
|
from .runtime import converter_class # NOQA
|
|
|
|
default_app_config = 'converter.apps.ConverterApp'
|