Spaces:
Sleeping
Sleeping
Rename utils/.gitkeep to utils/__init__.py
Browse files- utils/.gitkeep +0 -0
- utils/__init__.py +2 -0
utils/.gitkeep
DELETED
|
File without changes
|
utils/__init__.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Utils package for CT-Chat - lightweight package marker."""
|
| 2 |
+
__all__ = ["ingestion", "faq", "api_clients", "feedback", "nlp_helpers"]
|