From 44a56134b8f3511997cee4f3d255199467a4470e Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 09:11:31 +0000 Subject: [PATCH] Add UI modules and tests --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..5e2d6ea --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests init file for DevTrace."""