Coverage for src/lib2fas/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.11.0, created at 2025-10-21 16:41 +0200

1""" 

2This file exposes the most important element to the global lib2fas namespace. 

3""" 

4 

5from .core import load_services 

6 

7__all__ = ["load_services"]