__init__.py 94 B

12345
  1. import logging
  2. log = logging.getLogger(__name__)
  3. __version__ = "1.8.1"
  4. __author__ = "Byaidu"