diff options
Diffstat (limited to 'lib/hcl.rb')
| -rw-r--r-- | lib/hcl.rb | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/lib/hcl.rb b/lib/hcl.rb new file mode 100644 index 0000000..8f7be26 --- /dev/null +++ b/lib/hcl.rb @@ -0,0 +1,10 @@ +module HCl +  autoload :VERSION, 'hcl/version' +  autoload :App, 'hcl/app' +  autoload :Commands, 'hcl/commands' +  autoload :TimesheetResource, 'hcl/timesheet_resource' +  autoload :Utility, 'hcl/utility' +  autoload :Project, 'hcl/project' +  autoload :Task, 'hcl/task' +  autoload :DayEntry, 'hcl/day_entry' +end | 
