5 lines
43 B
Python
5 lines
43 B
Python
import logging
|
|
|
|
|
|
log = logging.getLogger()
|
import logging
|
|
|
|
|
|
log = logging.getLogger()
|