diff options
author | Malfurious <m@lfurio.us> | 2024-01-13 08:45:40 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-01-13 17:22:12 -0500 |
commit | 03e1f242f69903fcd132010228259231301b3f43 (patch) | |
tree | 492e1288a9854fe7bc54a460acab5ca31bd51d20 /sploit/comm/__init__.py | |
parent | 074a15310b8bbeeeeb00bf5ab5877c12f1ca1861 (diff) | |
download | nsploit-03e1f242f69903fcd132010228259231301b3f43.tar.gz nsploit-03e1f242f69903fcd132010228259231301b3f43.zip |
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 <m@lfurio.us>
Diffstat (limited to 'sploit/comm/__init__.py')
-rw-r--r-- | sploit/comm/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |