From 07f09b9d5563204e45968088847b9d68bf9dcc97 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 23 Aug 2025 12:17:50 -0700 Subject: [PATCH] add btree & btreezone to __all__ --- dns/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/__init__.py b/dns/__init__.py index a4249b9e..85ae226d 100644 --- a/dns/__init__.py +++ b/dns/__init__.py @@ -21,6 +21,8 @@ __all__ = [ "asyncbackend", "asyncquery", "asyncresolver", + "btree.py", + "btreezone.py", "dnssec", "dnssecalgs", "dnssectypes", -- 2.47.3