base_response.py 80 B

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