From 6d54db3b3d21b8103695a9759c48224d28ce7a68 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Wed, 25 Mar 2026 22:10:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20executor/di/hanlers.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/di/hanlers.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/executor/di/hanlers.py b/executor/di/hanlers.py index 18b7b79..c648cc5 100644 --- a/executor/di/hanlers.py +++ b/executor/di/hanlers.py @@ -1,8 +1,12 @@ __author__ = 'RemiZOffAlex' __email__ = 'remizoffalex@mail.ru' -from executor.proto.git import handler_Git_Config +from executor.proto.git import ( + handler_Git_Config_Get, + handler_Git_Config_List, + handler_Git_Config_Set +) def register(dictionary): - dictionary.register('git.config', handler_Git_Config) + dictionary.register('git.config.get', handler_Git_Config_Get)