📄 factory.py

Size: 141 bytes
Path: //usr/lib/python3.9/site-packages/tuned/profiles/factory.py
Modified: 2025-08-24 21:48:04
import tuned.profiles.profile

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