Coverage for src / lexigram / admin / auth / services / __init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-08-13 22:14 +0800

1"""Admin authentication services.""" 

2 

3from __future__ import annotations 

4 

5__all__: list[str] = []