diff --git a/dap/utils/__init__.py b/dap/utils/__init__.py new file mode 100644 index 0000000..30ce09d --- /dev/null +++ b/dap/utils/__init__.py @@ -0,0 +1,4 @@ + +from .utils import * + + diff --git a/dap/utils.py b/dap/utils/utils.py similarity index 100% rename from dap/utils.py rename to dap/utils/utils.py