python-benedict/benedict/__init__.py

11 lines
310 B
Python
Raw Normal View History

2019-05-17 11:13:15 +00:00
# -*- coding: utf-8 -*-
from benedict.dicts import benedict
__author__ = 'Fabio Caccamo'
__copyright__ = 'Copyright (c) 2019 Fabio Caccamo'
__description__ = 'python-benedict is the Python dictionary that helps humans dealing with evil data.'
__license__ = 'MIT'
__title__ = 'benedict'
__version__ = '0.1.0'