A helper class for manipulation with `os_tpl` parent mixin. Doesn't provide any additional functionality aside from the class name.
@author Boris Parak <parak@cesnet.cz>
See `Occi::Core::Mixin` and `Occi::Core::Category`
# File lib/occi/infrastructure/mixins/os_tpl.rb, line 12 def initialize schema, term = Occi::Infrastructure::Constants::OS_TPL_MIXIN.split('#') super term: term, schema: "#{schema}#", title: TITLE end