1#!/usr/bin/env python
2
3"""Holds Config singleton
4"""
5
6from tvnamer.config_defaults import defaults
7
8Config = dict(defaults)
9