Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
lib
/
python2.7
/
site-packages
/
tuned
/
plugins
/
instance
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//lib/python2.7/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