3 lines
56 B
Python
3 lines
56 B
Python
|
|
import logging
|
||
|
|
|
||
|
|
logging.basicConfig(level=logging.DEBUG)
|