__init__.py 124 B

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