module Vagrant module Plugin module Remote # This is the wrapper class for all Remote plugins. class Plugin end end end end