Add __init__.py files for proper Python package imports"
Browse files- backend/app/__init__.py +1 -0
backend/app/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# TestGenius AI Backend
|