Обновить executor/di/hanlers.py
Test Actions / Builder (push) Successful in 6s

This commit is contained in:
2026-03-25 22:10:06 +03:00
parent dab6efc5d6
commit 6d54db3b3d
+6 -2
View File
@@ -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)