summaryrefslogtreecommitdiffstats
path: root/python/knot_resolver/__init__.py
blob: a91e45939e2ca98464a454b22f3d79582cb44a92 (plain)
1
2
3
4
5
6
from .constants import VERSION
from .exceptions import KresBaseException

__version__ = VERSION

__all__ = ["KresBaseException"]