__init__.py 146 B

1234567
  1. # -*- coding: utf-8 -*-
  2. # !/usr/bin/env python
  3. class SmsVendorCode(object):
  4. UCPAAS = 'ucpaas'
  5. ALIYUN = 'aliyun'
  6. ZTHY = 'zthy'