__init__.py 111 B

12345678
  1. # -*- coding: utf-8 -*-
  2. # !/usr/bin/env python
  3. import logging
  4. logger = logging.getLogger(__name__)