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.

constant.py 84B

123
  1. class DEFAULT_PROVIDERS:
  2. API_BASED = '__api_based'
  3. APP_BASED = '__app_based'