From 2678c88aebe2088b8e72a8d483e73eeb05a28e20 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 19 Oct 2025 13:39:09 +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/proto/=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/proto/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 executor/proto/__init__.py diff --git a/executor/proto/__init__.py b/executor/proto/__init__.py new file mode 100644 index 0000000..585dfab --- /dev/null +++ b/executor/proto/__init__.py @@ -0,0 +1,2 @@ +__author__ = 'RemiZOffAlex' +__email__ = 'remizoffalex@mail.ru' \ No newline at end of file