Coverage for src/lexigram/admin/web/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-21 14:56 +0800
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-21 14:56 +0800
1"""Admin web contributor exports."""
3from __future__ import annotations
5from lexigram.admin.web.contributor import AdminWebContributor
7__all__ = [
8 "AdminWebContributor",
9]