Files
tools/executor/di/hanlers.py
T
RemiZOffAlex bfbe27de10
Test Actions / Builder (push) Successful in 7s
Обновить executor/di/hanlers.py
2026-03-25 21:54:45 +03:00

9 lines
200 B
Python

__author__ = 'RemiZOffAlex'
__email__ = 'remizoffalex@mail.ru'
from executor.proto.git import handler_Git_Config
def register(dictionary):
dictionary.register('git.config', handler_Git_Config)