From 05ca60f1b61c974724eccf67d777ba6805998d61 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Mon, 25 Aug 2025 12:13:33 -0400 Subject: [PATCH] Reverting Back to Working Branch --- utils/allowlist.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/allowlist.py b/utils/allowlist.py index 80427ef..97467e3 100644 --- a/utils/allowlist.py +++ b/utils/allowlist.py @@ -18,9 +18,14 @@ import json import os import time <<<<<<< HEAD +<<<<<<< HEAD import utils.colortext as ct ======= >>>>>>> ccbf716 (Zar-Branch (#6)) +======= +import utils.colortext as ct + +>>>>>>> b187d8c (Added colors) def pullPolicyExechistories(url, choice, policiesnames, outputjson: bool):