Coverage for src / lexigram / contracts / admin / cqrs / __init__.py: 100%
4 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-08-15 18:58 +0800
« prev ^ index » next coverage.py v7.13.5, created at 2026-08-15 18:58 +0800
1"""CQRS marker protocols for the admin system."""
3from __future__ import annotations
5from lexigram.contracts.admin.cqrs.command import AdminCommand
6from lexigram.contracts.admin.cqrs.query import AdminQuery
8__all__ = ["AdminCommand", "AdminQuery"]