ce.py 175 B

12345678
  1. # encoding: utf-8
  2. from __future__ import unicode_literals
  3. from .service import PrimaryMasterService
  4. def add_command(subparsers):
  5. PrimaryMasterService(subparsers, 'ce')