vibesecurityguy commited on
Commit
b9da24c
·
verified ·
1 Parent(s): 155365f

Upload src/veris_classifier/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/veris_classifier/__init__.py +3 -0
src/veris_classifier/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ """VERIS Classifier - AI-powered incident classification using the VERIS framework."""
2
+
3
+ __version__ = "0.1.0"