Delete mcp_ai_agents/react_native_agent/main.py

This commit is contained in:
Ayush Singh
2025-08-25 03:36:02 +05:30
committed by GitHub
parent 976dcadb33
commit 044a2ff271

View File

@@ -1,6 +0,0 @@
def main():
print("Hello from native!")
if __name__ == "__main__":
main()