Skip to content

Commit 1b7bf16

Browse files
Reyaansh SinhaReyaansh Sinha
authored andcommitted
Added NLI stuff
1 parent c563112 commit 1b7bf16

49 files changed

Lines changed: 2466 additions & 262 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
__pycache__/
2+
*.py[cod]
3+
.pytest_cache/
4+
.DS_Store
5+
*.egg-info/
6+
dist/
7+
build/
8+
.venv/
9+
venv/

CONTRIBUTING.md

Lines changed: 431 additions & 0 deletions
Large diffs are not rendered by default.

Halgorithem/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .core import Halgorithm
2+
from .main import HalgorithemVerifier
23

3-
__all__ = ["Halgorithm"]
4+
__all__ = ["Halgorithm", "HalgorithemVerifier"]
-231 Bytes
Binary file not shown.
-5.51 KB
Binary file not shown.
-2.63 KB
Binary file not shown.
-7.87 KB
Binary file not shown.
-25 KB
Binary file not shown.
-1.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)