From 5498f7d2b668c7d7a4dde2cf0706b59a7b812abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B8=D0=BD=D0=B0=D1=80=20=D0=9C=D0=B8=D1=80=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D1=82=D0=BE=D0=B2?= Date: Tue, 2 Jun 2026 09:53:04 +0000 Subject: [PATCH] delete file --- main.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 main.py diff --git a/main.py b/main.py deleted file mode 100644 index 738a453..0000000 --- a/main.py +++ /dev/null @@ -1,6 +0,0 @@ -from agent import * - -if __name__ == "__main__": - # Run the CLI defined in agent.py - # The agent module already contains a __main__ block, so just import it - pass