Coverage for src / lexigram / admin / clusters / __init__.py: 0%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-08-11 02:25 +0800

1"""Clusters — first-class grouping of resources and pages.""" 

2 

3from __future__ import annotations 

4 

5from lexigram.admin.clusters.base import Cluster 

6 

7__all__ = [ 

8 "Cluster", 

9]