# -*- coding: utf-8 -*-
"""
App config for base app
from django.apps import AppConfig
class BaseConfig(AppConfig):
"""Config for base"""
name = 'base'