Coverage for src/bob/bio/vein/__init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.6.5, created at 2024-11-14 21:59 +0100
« prev ^ index » next coverage.py v7.6.5, created at 2024-11-14 21:59 +0100
1#!/usr/bin/env python
2# vim: set fileencoding=utf-8 :
3# isort: skip_file
4# gets sphinx autodoc done right - don't remove it
5__all__ = [_ for _ in dir() if not _.startswith("_")]