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

7 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2024-02-28 12:51 +1100

1""" 

2The philosphy is to import the public API during the init phase rather than leaving it to the user 

3""" 

4 

5import scores.categorical 

6import scores.continuous 

7import scores.functions 

8import scores.probability 

9import scores.sample_data 

10import scores.stats.statistical_tests 

11 

12__version__ = "v0.5"