python-benedict/benedict/__init__.py

8 lines
184 B
Python
Raw Normal View History

2019-05-17 11:13:15 +00:00
# -*- coding: utf-8 -*-
from benedict.dicts import benedict
from benedict.metadata import (
__author__, __copyright__, __description__,
__license__, __title__, __version__,
)