mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 15:49:29 +00:00
Merge branch 'devel' into docs/OPS-68
This commit is contained in:
commit
7e2f6b7676
6 changed files with 76 additions and 33 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue