Skip to content

Commit

Permalink
Rename TriblerDatabase to KnowledgeDataAccessLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Sep 29, 2023
1 parent e52bc8b commit 01ca828
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class SimpleStatement:
subject: str


class TriblerDatabase:
class KnowledgeDataAccessLayer:
def __init__(self, filename: Optional[str] = None, *, create_tables: bool = True, **generate_mapping_kwargs):
self.instance = TrackedDatabase()
self.define_binding(self.instance)
Expand Down

0 comments on commit 01ca828

Please sign in to comment.