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