diff --git a/classes/last.py b/classes/last.py deleted file mode 100644 index fee47dd..0000000 --- a/classes/last.py +++ /dev/null @@ -1,14 +0,0 @@ -class last : - def read(self) : - with open("configs/last/last.txt", "r") as f : - for line in f : - last = line - - return last - - def write(self, name) : - with open("configs/last/last.txt", "a") as f : - f.seek(0) - f.truncate() - f.write(name) - f.close() \ No newline at end of file