constant.py 84 B

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