mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
rename
This commit is contained in:
parent
3083b3c8f0
commit
5b032c64a0
1 changed files with 1 additions and 1 deletions
2
db.py
2
db.py
|
@ -36,7 +36,7 @@ class Utils:
|
||||||
return default
|
return default
|
||||||
return main_dict.get(key, default)
|
return main_dict.get(key, default)
|
||||||
|
|
||||||
class ClutterDB:
|
class JSONx:
|
||||||
|
|
||||||
def __init__(self, path_to_json: str):
|
def __init__(self, path_to_json: str):
|
||||||
self.path_to_json = path_to_json
|
self.path_to_json = path_to_json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue