svthalia/concrexit

View on GitHub
website/thaliawebsite/api/v2/serializers/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
from .empty import EmptySerializer
from .html import CleanedHTMLSerializer
from .thumbnail import ThumbnailSerializer

__all__ = ["EmptySerializer", "CleanedHTMLSerializer", "ThumbnailSerializer"]