AlkantarClanX12

Your IP : 18.227.72.24


Current Path : /proc/self/root/usr/lib/python3.6/site-packages/tuned/profiles/
Upload File :
Current File : //proc/self/root/usr/lib/python3.6/site-packages/tuned/profiles/factory.py

import tuned.profiles.profile

class Factory(object):
	def create(self, name, config):
		return tuned.profiles.profile.Profile(name, config)