python-benedict/benedict/utils/__init__.py

6 lines
87 B
Python

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