Coverage for .nox/test-3-12/lib/python3.12/site-packages/nskit/vcs/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.3.3, created at 2023-12-19 17:42 +0000
« prev ^ index » next coverage.py v7.3.3, created at 2023-12-19 17:42 +0000
1"""VCS and Codebase handlers for creating repo (and build) infrastructure."""
2from nskit.vcs.codebase import Codebase # noqa: F401
3from nskit.vcs.namespace_validator import ( # noqa: F401
4 NamespaceOptionsType,
5 NamespaceValidator,
6)
7from nskit.vcs.repo import Repo # noqa: F401