Source code for buttons.conf
# -*- coding: utf-8 -*-
"""
Configuration values for the :mod:`buttons:buttons` application
:creationdate: 09/01/17 12:48
:moduleauthor: François GUÉRIN <fguerin@ville-tourcoing.fr>
:modulename: buttons.conf
"""
from __future__ import unicode_literals
import logging
from appconf import AppConf
__author__ = 'fguerin'
logger = logging.getLogger('buttons.conf')