Varshith dharmaj commited on
Commit
bf4a226
·
verified ·
1 Parent(s): e387c9a

Upload core/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. core/__init__.py +6 -0
core/__init__.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ """Core package for verification engine."""
2
+
3
+ from .verification_engine import run_verification_parallel
4
+
5
+ __all__ = ['run_verification_parallel']
6
+