blubeai / delscript.py
endert1099's picture
Added literally fuc*ing everything
2e4a01c
raw
history blame contribute delete
243 Bytes
import os
if os.path.exists("docs/data.txt"):
os.remove("docs/data.txt")
if os.path.exists("docs/customdata.txt"):
os.remove("docs/customdata.txt")
file = open("docs/data.txt", "x")
file = open("docs/customdata.txt", "x")
file.close()