removed rogue recipe script

This commit is contained in:
PatchOfScotland
2023-03-31 11:42:12 +02:00
parent 0c6977ecd3
commit cea7b9f010

View File

@ -1,5 +0,0 @@
import os
dir_to_count = "."
print(f"There are {len(os.listdir(dir_to_count))} files in the directory.")