copyparty/copyparty/stolen/dnslib/__init__.py
2022-11-13 20:05:16 +00:00

12 lines
159 B
Python

# coding: utf-8
"""
L: MIT
Copyright (c) 2010 - 2017 Paul Chakravarti
https://github.com/paulc/dnslib/tree/0.9.23
"""
from .dns import *
version = "0.9.23"