ProxyManager.py 511 B

123456789101112131415161718192021222324
  1. # -*- coding: utf-8 -*-
  2. """
  3. -------------------------------------------------
  4. File Name: ProxyManager.py
  5. Description :
  6. Author : JHao
  7. date: 2016/12/3
  8. -------------------------------------------------
  9. Change Activity:
  10. 2016/12/3:
  11. -------------------------------------------------
  12. """
  13. __author__ = 'JHao'
  14. from DB.DbClient import DbClient
  15. class ProxyManager(object):
  16. """
  17. ProxyManager
  18. """
  19. def __init__(self):
  20. self.db = DbClient