Add basic Client class

This commit is contained in:
Thibault Jouan
2015-04-16 11:57:48 +00:00
parent fe47e27d98
commit 6e90225c9d
3 changed files with 64 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ require 'uh'
require 'uh/wm/actions_handler'
require 'uh/wm/cli'
require 'uh/wm/client'
require 'uh/wm/dispatcher'
require 'uh/wm/env'
require 'uh/wm/manager'