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

This commit is contained in:
2026-03-25 21:54:45 +03:00
parent af1e3d5666
commit bfbe27de10
+3 -1
View File
@@ -1,6 +1,8 @@
__author__ = 'RemiZOffAlex'
__email__ = 'remizoffalex@mail.ru'
from executor.proto.git import handler_Git_Config
def register(dictionary):
dictionary.register()
dictionary.register('git.config', handler_Git_Config)