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

3 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2025-07-13 14:49 +0000

1from mlopus import mlflow, artschema, lineage 

2 

3VERSION = "1.4.1" 

4 

5__all__ = [ 

6 "mlflow", 

7 "lineage", 

8 "artschema", 

9]