mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
12 lines
159 B
Python
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"
|