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

2 statements  

« prev     ^ index     » next       coverage.py v7.4.1, created at 2024-01-29 11:26 +0100

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"]