Merge branch 'devel' into docs/OPS-68

This commit is contained in:
An0nymous 2025-03-23 16:09:14 +00:00 committed by GitHub
commit 7e2f6b7676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 76 additions and 33 deletions

View file

@ -56,13 +56,6 @@ from senju.haiku import Haiku
DEFAULT_DB_PATH: Path = Path("/var/lib/senju.json")
def foobar():
"""WE KNOW"""
a = 3
b = 3
return a + b
class StoreManager:
"""
Manages the storage and retrieval of haiku data using TinyDB.