Coverage for rendercv/api/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.10, created at 2025-01-26 00:25 +0000

1""" 

2The `rendercv.api` package contains the functions to create a clean and simple API for 

3RenderCV. 

4""" 

5 

6from .functions import create_contents_of_a_typst_file 

7 

8__all__ = ["create_contents_of_a_typst_file"]