finished making Macropad OS 1.0
This commit is contained in:
@@ -18,3 +18,4 @@ class Config(object):
|
||||
def save(self):
|
||||
with open(self.save_file, "w") as f:
|
||||
json.dump(self.data, f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user