📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 16:53:56
📂
/ (Root)
/
usr
/
lib
/
python3.6
/
site-packages
/
tuned
/
plugins
/
instance
📍 /usr/lib/python3.6/site-packages/tuned/plugins/instance
🔄 Refresh
✏️
Editing: factory.py
Read Only
from .instance import Instance class Factory(object): def create(self, *args, **kwargs): instance = Instance(*args, **kwargs) return instance
💾 Save Changes
❌ Cancel