Coverage for biobb_dna/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.6.10, created at 2025-01-28 10:36 +0000

1from . import ( 

2 backbone, 

3 curvesplus, 

4 dna, 

5 interbp_correlations, 

6 intrabp_correlations, 

7 stiffness, 

8) 

9 

10name = "biobb_dna" 

11__all__ = [ 

12 "dna", 

13 "curvesplus", 

14 "backbone", 

15 "stiffness", 

16 "interbp_correlations", 

17 "intrabp_correlations", 

18] 

19__version__ = "5.0.1"