Tons of refactoring and implemented basic task execution. There are lot of bugs and features not working anymore. DO NOT USE!. (0.22.0)
This commit is contained in:
parent
33de0f8792
commit
681475f274
31 changed files with 278 additions and 259 deletions
|
|
@ -8,6 +8,6 @@ See LICENSE (MIT license).
|
|||
class Notification:
|
||||
def __init__(self, configuration, environment, log):
|
||||
super().__init__()
|
||||
self.__configuration = configuration
|
||||
self.__environment = environment
|
||||
self.__log = log
|
||||
self._configuration = configuration
|
||||
self._environment = environment
|
||||
self._log = log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue