Coverage for src/somesy/fortran/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.0, created at 2024-07-29 07:42 +0000

1"""Fortran module.""" 

2 

3from .writer import Fortran 

4 

5__all__ = ["Fortran"]