Coverage for src/spectroflat/utils/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2024-03-28 07:59 +0000

1""" 

2## Utility package 

3 

4The `utils` package provides small (predominant static) utilities for recurring 

5tasks in the `spectroflat` code base. For example spawning threads and processes 

6or dealing with collections. 

7 

8Please refer to the description of the individual modules for more details. 

9""" 

10 

11from .processing import MP 

12from .collections import Collections