From 5b032c64a07cc2c88319d43552d3fd220f249200 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Fri, 21 Jan 2022 14:47:01 +0300 Subject: [PATCH] rename --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index abc5a5c..d1de9f5 100644 --- a/db.py +++ b/db.py @@ -36,7 +36,7 @@ class Utils: return default return main_dict.get(key, default) -class ClutterDB: +class JSONx: def __init__(self, path_to_json: str): self.path_to_json = path_to_json