Add database and FUSE mapping
This commit is contained in:
parent
96c9e62354
commit
2cfe32b333
5 changed files with 425 additions and 3 deletions
|
|
@ -47,6 +47,10 @@ class Tree(Protocol):
|
|||
"""Create a new Tree with the given name."""
|
||||
...
|
||||
|
||||
def list(self) -> dict[str, int]:
|
||||
"""Return all entries as {name: object_id}."""
|
||||
...
|
||||
|
||||
class BlobNote(Note, Blob):
|
||||
"""Blob Note"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue