lib/usmu/ui.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'usmu'

module Usmu
  # This module is for all the different UI's. If you implement a custom UI it should be added here.
  module Ui
  end
end