From 03e1f242f69903fcd132010228259231301b3f43 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 13 Jan 2024 08:45:40 -0500 Subject: comm: Promote from module to package This is done to help clean the top-level "sploit" package. Furthermore, there is some planned future work to refactor comm into multiple modules, so this lays some groundwork for that. Signed-off-by: Malfurious --- sploit/comm/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 sploit/comm/__init__.py (limited to 'sploit/comm/__init__.py') diff --git a/sploit/comm/__init__.py b/sploit/comm/__init__.py new file mode 100644 index 0000000..ffbc402 --- /dev/null +++ b/sploit/comm/__init__.py @@ -0,0 +1 @@ +from .comm import * -- cgit v1.2.3