__init__.py 95 B

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