Current Path : /proc/thread-self/root/proc/self/root/lib/python3.6/site-packages/tuned/plugins/instance/ |
Current File : //proc/thread-self/root/proc/self/root/lib/python3.6/site-packages/tuned/plugins/instance/factory.py |
from .instance import Instance class Factory(object): def create(self, *args, **kwargs): instance = Instance(*args, **kwargs) return instance