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

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-16 14:04 +0000

1from mlopus import mlflow, artschema, lineage 

2 

3VERSION = "1.6.2" 

4 

5__all__ = [ 

6 "mlflow", 

7 "lineage", 

8 "artschema", 

9]