HF_AGENT / create_test_file.py
Brettapps's picture
Syncing files from local MCP agent storage
8f715b7 verified
Raw
History Blame Contribute Delete
126 Bytes
# Create a dummy file for testing
with open("test_upload.txt", "w") as f:
f.write("Supabase connection test successful!")