Coverage for tcvx21/record_c/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1from pathlib import Path 

2from .record_m import Record, EmptyRecord 

3from .template_writer_m import observables_template, write_template_files 

4from .record_writer_m import RecordWriter 

5 

6template_file = (Path(__file__).parent/'observables.json').absolute()