diff --git a/data/maker/__init__.py b/data/maker/__init__.py index fdf2305..7b3a347 100644 --- a/data/maker/__init__.py +++ b/data/maker/__init__.py @@ -589,4 +589,14 @@ class factory : pthread= Trainer(**_args) if 'start' in _args and _args['start'] == True : pthread.start() - return pthread \ No newline at end of file + return pthread + +class plugins: + @staticmethod + def load(_config): + """ + This function attempts to load the plugins to insure they are valid + _config configuration for plugin specifications {pre:{pipeline,path},post:{pipeline,path}} + """ + +