Coverage for src/typoglycemia/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.1, created at 2024-09-22 16:36 +0900
« prev ^ index » next coverage.py v7.6.1, created at 2024-09-22 16:36 +0900
1"""Defines the public typoglycemia interface"""
3__all__ = (
4 "shuffle",
5 "make",
6 "__version__",
7)
9from .main import shuffle, make_typoglycemia as make, __version__