This commit is contained in:
Dima Gerasimov 2018-08-30 12:03:54 +01:00
commit f0b748804e
6 changed files with 212 additions and 0 deletions

7
location/__init__.py Normal file
View file

@ -0,0 +1,7 @@
import logging
def get_logger():
return logging.getLogger("location")
# TODO need to cache?