Files
tools/executor/di/hanlers.py
T

9 lines
200 B
Python
Raw Normal View History

2026-03-25 21:18:37 +03:00
__author__ = 'RemiZOffAlex'
__email__ = 'remizoffalex@mail.ru'
2026-03-25 21:54:45 +03:00
from executor.proto.git import handler_Git_Config
2026-03-25 21:18:37 +03:00
def register(dictionary):
2026-03-25 21:54:45 +03:00
dictionary.register('git.config', handler_Git_Config)