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