From 249fdec3ef531f103ee637013a2b55ebcfbe56dd Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 18 Oct 2025 15:08:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20executor/=5F=5Fmain=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/__main__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 executor/__main__.py diff --git a/executor/__main__.py b/executor/__main__.py new file mode 100644 index 0000000..6376a18 --- /dev/null +++ b/executor/__main__.py @@ -0,0 +1,4 @@ +__author__ = 'RemiZOffAlex' +__email__ = 'remizoffalex@mail.ru' + +print('EXECUTOR')