feat: color support for serialisation

This commit is contained in:
Swann Martinez
2019-07-12 11:38:23 +02:00
parent cc12defa51
commit 1bfc460a12
8 changed files with 26 additions and 9 deletions

View File

@ -6,6 +6,7 @@ import logging
import collections
logger = logging.getLogger(__name__)
logger.setLevel(logging.ERROR)
CONFIG_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "config")
CONFIG = os.path.join(CONFIG_DIR, "app.yaml")