Coverage for lice2/api/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.4, created at 2024-11-13 11:11 +0000

1"""Module to implement the public API of the package.""" 

2 

3from .api import Lice 

4 

5__all__ = ["Lice"]