Coverage for korspollinering/api.py: 0.00%

4 statements  

« prev     ^ index     » next       coverage.py v7.4.1, created at 2024-02-04 19:11:39 +00:00

1from typing import no_type_check 

2 

3 

4@no_type_check 

5def process(): 

6 """Process the request.""" 

7 return NotImplemented