diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..54b024e --- /dev/null +++ b/src/__init__.py @@ -0,0 +1 @@ +# Namespace package marker to allow `src.*` imports during tests and scripts.