python-benedict/benedict/utils/__init__.py

7 lines
88 B
Python

# -*- coding: utf-8 -*-
from benedict.utils import type_util
__all__ = ["type_util"]