Coverage for portality / api / current / crud / common.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-05-04 09:41 +0100

1from portality.api.common import Api 

2 

3 

4class CrudApi(Api): 

5 pass