Updated to work with the knifechanger
This commit is contained in:
9
classes/read_last.py
Normal file
9
classes/read_last.py
Normal file
@@ -0,0 +1,9 @@
|
||||
def main() :
|
||||
with open("configs/last/last.txt", "r") as f :
|
||||
for line in f :
|
||||
last = line
|
||||
|
||||
return last
|
||||
|
||||
if __name__ == "__main__" :
|
||||
main()
|
||||
Reference in New Issue
Block a user