Coverage for python/lum/clu/odin/synpath.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.6.7, created at 2024-11-17 18:41 +0000

1from pydantic import BaseModel, Field 

2 

3__all__ = ["SynPath"] 

4 

5 

6class SynPath(BaseModel): 

7 pass