digitalfabrik/integreat-cms

View on GitHub
integreat_cms/cms/views/linkcheck/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
"""
This package contains views for the broken link checker
"""

from __future__ import annotations

from .link_replace_view import LinkReplaceView
from .linkcheck_list_view import LinkcheckListView
from .linkcheck_redirect_view import LinkcheckRedirectView
from .linkcheck_stats_view import LinkcheckStatsView