1
Fork 0
mirror of https://github.com/RGBCube/JsonWrapper synced 2025-07-27 11:47:45 +00:00
This commit is contained in:
RGBCube 2022-01-21 14:47:01 +03:00 committed by GitHub
parent 3083b3c8f0
commit 5b032c64a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
db.py
View file

@ -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