essprasad commited on
Commit
3655428
·
verified ·
1 Parent(s): 04e277b

Rename utils/.gitkeep to utils/__init__.py

Browse files
Files changed (2) hide show
  1. utils/.gitkeep +0 -0
  2. 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"]