From 8a05b273507263a7db42c0de3474dc81931c5c93 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 3 Jan 2026 07:05:43 +0000 Subject: [PATCH] Create __init__.py in validators When I run this tool I get `ModuleNotFoundError: No module named 'env_check.validators'`. The tests are also failing with this same error. --- env_check/validators/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 env_check/validators/__init__.py diff --git a/env_check/validators/__init__.py b/env_check/validators/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/env_check/validators/__init__.py @@ -0,0 +1 @@ +