7 lines
99 B
Python
7 lines
99 B
Python
import logging
|
|
|
|
def get_logger():
|
|
return logging.getLogger("location")
|
|
|
|
|
|
# TODO need to cache?
|