singleton.py 352 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. """
  3. -------------------------------------------------
  4. File Name: singleton
  5. Description :
  6. Author : JHao
  7. date: 2020/6/22
  8. -------------------------------------------------
  9. Change Activity:
  10. 2020/6/22:
  11. -------------------------------------------------
  12. """
  13. __author__ = 'JHao'