9 lines
200 B
Python
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)
|