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

2 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-21 14:56 +0800

1"""Admin authentication services.""" 

2 

3from __future__ import annotations 

4 

5__all__: list[str] = []