HPI/location/__init__.py
Dima Gerasimov f0b748804e Initial
2018-08-30 12:03:54 +01:00

7 lines
99 B
Python

import logging
def get_logger():
return logging.getLogger("location")
# TODO need to cache?