Dateien nach "devkit/modules" hochladen

main
Justus Jan Nico Wolff 2024-03-01 13:16:45 +01:00
parent d1c647c8cf
commit 23af3316f7
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
def check():
return """
file = open('{}', 'w')
file.write(\"""{}\""")
file.close()
"""