dpc.py 165 B

1234567891011
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. """
  4. dever-manage tools
  5. name:install.py
  6. author:rabin
  7. dpc install redis
  8. """
  9. from main import *
  10. Main.init('composer')