Coverage for tools / sel_tools / file_export / config.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-05 19:13 +0000

1"""File export config.""" 

2 

3EXPORT_IGNORE = ".exportignore" 

4EXPORT_BEGIN = "LMT_SEL_BEGIN" 

5EXPORT_END = "LMT_SEL_END"