From 27593b9c4cbfeeba5d54ed932ea335bd965f25ec Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 01:23:56 +0000 Subject: [PATCH] Add models and utils modules --- src/utils/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/utils/__init__.py diff --git a/src/utils/__init__.py b/src/utils/__init__.py new file mode 100644 index 0000000..11985a8 --- /dev/null +++ b/src/utils/__init__.py @@ -0,0 +1 @@ +"""Utility functions package."""