From 71ddce4a863a96eb9f1f0090f2a279431f43bba0 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Tue, 7 Jan 2025 09:52:07 +0100 Subject: [PATCH] refactoring --- constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants.py b/constants.py index 2e04317..b0ddc14 100644 --- a/constants.py +++ b/constants.py @@ -20,7 +20,10 @@ LOGCONF = { "root": {"level": "DEBUG", "handlers": ["console", "file"]}, } +EMAIL = "email address" URL = "URL" DOMAIN = "domain" IPV4 = "IPv4" IPV6 = "IPv6" + +domain_lookup = {}