LED kinda works, but there's much to do

This commit is contained in:
Remy Moll
2020-09-06 13:01:46 +02:00
parent 8ac453762f
commit 2acb7556ec
8 changed files with 207 additions and 231 deletions

View File

@@ -4,7 +4,7 @@ import os
class Variables():
""""""
def __init__(self,savefile_path, init_path):
def __init__(self, savefile_path, init_path):
self.path = savefile_path
self.init_path = init_path
self.last_action = ""