Dashboard
PHP:
8.3.33
OS:
Linux
User:
mromeo99
/
/
usr
/
lib
/
python3.9
/
site-packages
/
tuned
/
profiles
📤 Upload
📝 New File
📁 New Folder
Close
Editing: factory.py
import tuned.profiles.profile class Factory(object): def create(self, name, config): return tuned.profiles.profile.Profile(name, config)
Save
Cancel