Coverage for mlos_core/mlos_core/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-10-07 01:52 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5"""Basic initializer module for the mlos_core package.""" 

6from mlos_core.version import VERSION 

7 

8__version__ = VERSION