8 lines
123 B
Python
8 lines
123 B
Python
__author__ = 'RemiZOffAlex'
|
|
__email__ = 'remizoffalex@mail.ru'
|
|
|
|
from wrench.mediator import Mediator
|
|
|
|
|
|
config = Mediator()
|