data.py 192 B

12345678910111213
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. """
  4. @Author: hywell
  5. @Email: hywell.28@gmail.com
  6. @Blog: iassas.com
  7. @Date: 2019/10/16 14:10
  8. """
  9. from lib.core.log import LOGGER
  10. logger = LOGGER