From aa04396e4bf183dd8a7fc957b1d1d34857b5608c Mon Sep 17 00:00:00 2001 From: nik Date: Sun, 20 Jul 2025 13:47:36 +0000 Subject: [PATCH] Add haxhq/__init__.py --- haxhq/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 haxhq/__init__.py diff --git a/haxhq/__init__.py b/haxhq/__init__.py new file mode 100644 index 0000000..f134ff3 --- /dev/null +++ b/haxhq/__init__.py @@ -0,0 +1 @@ +from .haxhq import app \ No newline at end of file