module Analytics # Command module is used to namespace all the command-classes, # i.e. classes that are handling all commands that can be run from the CLI. module Command end end