File: __init__.py

package info (click to toggle)
knot-resolver 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 18,260 kB
  • sloc: ansic: 70,388; javascript: 42,732; python: 12,664; cpp: 2,121; sh: 1,997; xml: 193; makefile: 186
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
from .constants import VERSION
from .exceptions import KresBaseError

__version__ = VERSION

__all__ = ["KresBaseError"]