moved dev tools folder

This commit is contained in:
2025-05-18 13:44:17 -05:00
parent a6a8c8dd4c
commit 7cebc21431
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import pyperclip
x = "" x = ""
with open("MobDimSpawningRules.txt", "r") as file: with open("MobDimSpawningRulesInput.txt", "r") as file:
x+=file.read() x+=file.read()
y="" y=""
@ -13,4 +13,4 @@ y=y[:-2]
print(y) print(y)
print("data copied to clipboard") print("data copied to clipboard")
pyperclip.copy(y) pyperclip.copy(y)