7 lines
96 B
Python
7 lines
96 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
""" Tests """
|
||
|
|
||
|
import logging
|
||
|
|
||
|
logging.basicConfig(level=logging.DEBUG)
|