e132727f0337385d28f295b6aef188c308e42e0c
[tools/mic.git] / micng / pluginbase / backend_plugin.py
1 #/usr/bin/python -t
2
3 class BackendPlugin(object):
4     plugin_type="backend"
5     def addRepository(self):
6         pass
7
8 #[a, b]: a is for bachend name, b is for bachend class
9 mic_plugin = ["", None]