From bef85e8e73791477baf9ecea640bca28fadddeb8 Mon Sep 17 00:00:00 2001 From: public-pull Date: Sat, 16 May 2026 19:11:43 +0200 Subject: [PATCH] add __init__.py --- easybot_windows_agent/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 easybot_windows_agent/__init__.py diff --git a/easybot_windows_agent/__init__.py b/easybot_windows_agent/__init__.py new file mode 100644 index 0000000..e61ef57 --- /dev/null +++ b/easybot_windows_agent/__init__.py @@ -0,0 +1,2 @@ +"""EasyBot Windows Agent — remote GUI automation client.""" +__version__ = "1.0.0"