11 lines
310 B
Python
11 lines
310 B
Python
|
# -*- 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'
|