Coverage for src/bob/bio/vein/__init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.6.0, created at 2024-07-12 23:27 +0200
« prev ^ index » next coverage.py v7.6.0, created at 2024-07-12 23:27 +0200
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("_")]