|
@ -14,7 +14,6 @@ class Factory(): |
|
|
self.__load_runners() |
|
|
self.__load_runners() |
|
|
self.__gen_runner_configs(runner_configs) |
|
|
self.__gen_runner_configs(runner_configs) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def __load_runners(self): |
|
|
def __load_runners(self): |
|
|
# TODO: Runners can be imported via cli too |
|
|
# TODO: Runners can be imported via cli too |
|
|
# https://git.gyulai.cloud/gyulaid/alice/issues/4 |
|
|
# https://git.gyulai.cloud/gyulaid/alice/issues/4 |
|
|