response.py 80 B

12345
  1. class BaseResponse:
  2. @staticmethod
  3. def negative_response():
  4. pass