integreat_cms/cms/views/linkcheck/__init__.py
"""
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