summaryrefslogtreecommitdiffstats
path: root/python/knot_resolver/__init__.py
blob: 33ce9e879916242e672505ad70aec1b43104b339 (plain)
1
2
3
4
5
from .datamodel import KresConfig

__version__ = "0.1.0"

__all__ = ["KresConfig"]