You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

enterprise_service.py 185B

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')