Skip to content

Commit

Permalink
docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Oct 31, 2024
1 parent 9dc5af3 commit ab8a999
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/borghash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
"""
borghash - hashtable implementations in cython.
"""
from .HashTable import HashTable
from .HashTableNT import HashTableNT
4 changes: 4 additions & 0 deletions src/borghash/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Demonstration of borghash.
"""

def demo():
print("BorgHash demo")
print("=============")
Expand Down

0 comments on commit ab8a999

Please sign in to comment.