Coverage for src/lexigram/notification/backends/slack/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-26 02:26 +0800
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-26 02:26 +0800
1"""Slack notification backend."""
3from __future__ import annotations
5from lexigram.notification.backends.slack.slack_notifier import SlackNotifier
7__all__ = ["SlackNotifier"]