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

2 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2024-04-30 09:42 +0000

1"""Fortran module.""" 

2from .writer import Fortran 

3 

4__all__ = ["Fortran"]