From 89f7420fae81caadd5cf80d82ab638a74e279092 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 28 Jun 2025 01:41:32 +0200 Subject: [PATCH 1/2] refactor: modularize submodules --- src/byteb4rb1e/testing/__init__.py | 0 src/byteb4rb1e/utils/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/byteb4rb1e/testing/__init__.py create mode 100644 src/byteb4rb1e/utils/__init__.py diff --git a/src/byteb4rb1e/testing/__init__.py b/src/byteb4rb1e/testing/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/byteb4rb1e/utils/__init__.py b/src/byteb4rb1e/utils/__init__.py new file mode 100644 index 0000000..e69de29 From 74dac5249bf1a006bf8cdc057c891a2acc87ca05 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 28 Jun 2025 01:42:13 +0200 Subject: [PATCH 2/2] todo(15): done --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index f38eda0..6cf48ae 100644 --- a/TODO +++ b/TODO @@ -211,7 +211,7 @@ Description: with a proper content-type of the PkgHandler addinfourl object, a ID: 15 Type: bugfix Title: modularize module containers -Status: in-progress +Status: open Priority: high Created: 2025-06-28 Description: Even though importlib can find submodules through traversing paths