enterprise_service.py 185 B

12345678
  1. from services.enterprise.base import EnterpriseRequest
  2. class EnterpriseService:
  3. @classmethod
  4. def get_info(cls):
  5. return EnterpriseRequest.send_request('GET', '/info')